Skip to content

Commit

Permalink
#44 fix: npm run example fail in windows environment
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallStoneSK committed Jan 13, 2021
1 parent 7ad7bae commit f62098b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/compile-code/package.json
Expand Up @@ -23,7 +23,7 @@
"prepublishOnly": "node scripts/prepublish.js",
"declare-type": "tsc --emitDeclarationOnly",
"build": "rollup -c & npm run declare-type",
"watch": "watch 'npm run build' ./src"
"watch": "watch \"npm run build\" ./src"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "node scripts/prepublish.js",
"declare-type": "tsc --emitDeclarationOnly",
"build": "rollup -c & npm run declare-type",
"watch": "watch 'npm run build' ./src"
"watch": "watch \"npm run build\" ./src"
},
"bugs": {
"url": "https://github.com/suanmei/iMove/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema-editor/package.json
Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "node scripts/prepublish.js",
"declare-type": "tsc --emitDeclarationOnly",
"build": "rollup -c & npm run declare-type",
"watch": "watch 'npm run build' ./src"
"watch": "watch \"npm run build\" ./src"
},
"bugs": {
"url": "https://github.com/suanmei/iMove/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-store/package.json
Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "node scripts/prepublish.js",
"declare-type": "tsc --emitDeclarationOnly",
"build": "rollup -c & npm run declare-type",
"watch": "watch 'npm run build' ./src"
"watch": "watch \"npm run build\" ./src"
},
"bugs": {
"url": "https://github.com/suanmei/iMove/issues"
Expand Down

0 comments on commit f62098b

Please sign in to comment.