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
|
||||
.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",
|
||||
|
||||
Reference in New Issue
Block a user