Skip to content

Commit

Permalink
fix: "pnpm run build:watch" 在windows下无法正常运行 (#3888)
Browse files Browse the repository at this point in the history
Co-authored-by: chenxixin <chenxixin>
  • Loading branch information
myBoringCode authored Sep 6, 2023
1 parent 548288c commit 9823c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"build:umd": "pnpm run --if-present build:less && rollup -c ../../rollup.config.js --bundleConfigAsCjs",
"build:dev": "pnpm run --if-present build:less && run-p -s build:cjs build:esm",
"build:watch": "run-s -s build:watch:esm",
"build:watch:esm": "run-s -s 'build:esm -- -w'",
"build:watch:cjs": "run-s -s 'build:cjs -- -w'",
"build:watch:esm": "run-s -s \"build:esm -- -w\"",
"build:watch:cjs": "run-s -s \"build:cjs -- -w\"",
"build": "run-p -s build:dev build:umd",
"prebuild": "run-s -s clean:build",
"test": {
Expand Down

0 comments on commit 9823c7e

Please sign in to comment.