fix build

This commit is contained in:
Bret Comnes 2020-02-10 12:46:55 -07:00
parent 7e95fe7e68
commit eb6412a365
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

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