fix build

This commit is contained in:
Bret Comnes
2020-02-10 12:46:55 -07:00
parent 7e95fe7e68
commit eb6412a365

View File

@@ -9,7 +9,8 @@
"test-skip:deps": "dependency-check . --no-dev --no-peer",
"test:standard": "standard",
"test:tape": "tap",
"clean": "rimraf dist && mkdirp dist"
"clean": "rimraf dist && mkdirp dist",
"build": "echo 'build step'"
},
"repository": {
"type": "git",