improve build step

This commit is contained in:
Bret Comnes 2020-02-10 13:24:14 -07:00
parent 720ecbfa14
commit d220af8299
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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