Browse Source

#44 fix: npm run example fail in windows environment

master
smallstonesk 4 years ago
parent
commit
f62098b920
  1. 2
      packages/compile-code/package.json
  2. 2
      packages/core/package.json
  3. 2
      packages/json-schema-editor/package.json
  4. 2
      packages/plugin-store/package.json

2
packages/compile-code/package.json

@ -23,7 +23,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"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

2
packages/core/package.json

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

2
packages/json-schema-editor/package.json

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

2
packages/plugin-store/package.json

@ -31,7 +31,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"

Loading…
Cancel
Save