Skip to content

Commit 40b3354

Browse files
wanghoppehoppe
andauthored
fix: npm run watch on packages (#2800)
Co-authored-by: hoppe <hoppewang@microsoft.com>
1 parent c919b6c commit 40b3354

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/arm-batch-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:all": "npm run test:coverage",
4646
"test:coverage": "jest --collect-coverage",
4747
"test:watch": "jest --watch",
48-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
48+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
4949
"workspace:build": "npm run build",
5050
"workspace:build:clean": "npm run build:clean",
5151
"workspace:build:desktop": "npm run build",

packages/bonito-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
3333
"test:watch": "jest --watch",
3434
"lint": "eslint .",
35-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
35+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
3636
"workspace:build": "npm run build",
3737
"workspace:build:clean": "npm run build:clean",
3838
"workspace:build:desktop": "npm run build",

packages/bonito-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:a11y": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test",
3535
"test:a11y:watch": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch",
3636
"lint": "eslint .",
37-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
37+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
3838
"workspace:build": "npm run build",
3939
"workspace:build:clean": "npm run build:clean",
4040
"workspace:build:desktop": "npm run build",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
3434
"test:watch": "jest --watch",
3535
"lint": "eslint .",
36-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
36+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
3737
"workspace:watch:lib": "npm run watch",
3838
"workspace:build": "npm run build",
3939
"workspace:build:clean": "npm run build:clean",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:a11y": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test",
3636
"test:a11y:watch": "cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch",
3737
"lint": "eslint .",
38-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
38+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
3939
"workspace:build": "npm run build",
4040
"workspace:build:clean": "npm run build:clean",
4141
"workspace:build:desktop": "npm run build",

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
3333
"test:watch": "jest --watch",
3434
"lint": "eslint .",
35-
"watch": "run-p 'compile:* -- --watch --preserveWatchOutput'",
35+
"watch": "run-p \"compile:* -- --watch --preserveWatchOutput\"",
3636
"workspace:build": "npm run build",
3737
"workspace:build:clean": "npm run build:clean",
3838
"workspace:build:desktop": "npm run build",

0 commit comments

Comments
 (0)