mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 07:41:37 +00:00
improve build step
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
sandbox.js
|
sandbox.js
|
||||||
.nyc_output
|
.nyc_output
|
||||||
config.json
|
config.json
|
||||||
|
public
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"test:standard": "standard",
|
"test:standard": "standard",
|
||||||
"test:tape": "tap",
|
"test:tape": "tap",
|
||||||
"clean": "rimraf dist && mkdirp dist",
|
"clean": "rimraf dist && mkdirp dist",
|
||||||
"build": "echo 'build step'"
|
"build": "mkdir public && cp package.json public/test.json"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user