mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
fix build
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"test-skip:deps": "dependency-check . --no-dev --no-peer",
|
"test-skip:deps": "dependency-check . --no-dev --no-peer",
|
||||||
"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'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user