improve build step

This commit is contained in:
Bret Comnes
2020-02-10 13:24:14 -07:00
parent 720ecbfa14
commit d220af8299
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
sandbox.js sandbox.js
.nyc_output .nyc_output
config.json config.json
public

View File

@@ -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",