mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
improve build step
This commit is contained in:
parent
720ecbfa14
commit
d220af8299
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
sandbox.js
|
||||
.nyc_output
|
||||
config.json
|
||||
public
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"test:standard": "standard",
|
||||
"test:tape": "tap",
|
||||
"clean": "rimraf dist && mkdirp dist",
|
||||
"build": "echo 'build step'"
|
||||
"build": "mkdir public && cp package.json public/test.json"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user