|
@ -30,7 +30,7 @@ |
|
|
"prepublishOnly": "node scripts/prepublish.js", |
|
|
"prepublishOnly": "node scripts/prepublish.js", |
|
|
"declare-type": "tsc --emitDeclarationOnly", |
|
|
"declare-type": "tsc --emitDeclarationOnly", |
|
|
"build": "rollup -c & npm run declare-type", |
|
|
"build": "rollup -c & npm run declare-type", |
|
|
"watch": "watch 'npm run build' ./src" |
|
|
"watch": "watch \"npm run build\" ./src" |
|
|
}, |
|
|
}, |
|
|
"bugs": { |
|
|
"bugs": { |
|
|
"url": "https://github.com/suanmei/iMove/issues" |
|
|
"url": "https://github.com/suanmei/iMove/issues" |
|
|