fix prepublish script

This commit is contained in:
pengfei.zhou
2021-05-21 17:19:50 +08:00
committed by osborn
parent 21489ca4f8
commit c347efde3a

View File

@@ -12,7 +12,7 @@
"clean-win32": "del dist", "clean-win32": "del dist",
"build": "tsc", "build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run clean-win32 && npm run build" "prepublish": "npm run clean && npm run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",