Skip to content

Commit

Permalink
Add watch script (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
happytomatoe authored Oct 3, 2024
1 parent e19116c commit 634686e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"prebuild": "npm run check",
"build": "cross-env CI=true npm run build -w projects && cross-env CI=true npm run build -w runner && cross-env CI=true npm run build -w simulator && cross-env CI=true npm run build -w cli && cross-env CI=true npm run build -w components && cross-env CI=true npm run build -w web && cross-env CI=true npm run build -w extension",
"build:extension": "cross-env CI=true npm run build -w extension",
"watch": "concurrently -k --restart-tries 3 \"npm run build -w components -- -w\" \"npm run build -w projects -- -w\" \"npm run build -w runner -- -w\" \"npm run build -w simulator -- -w\"",
"test:ci": "cross-env CI=true npm test -w simulator && cross-env CI=true npm test -w components && cross-env CI=true npm test -w web",
"pretest": "npm run build",
"test": "npm run test:ci",
Expand All @@ -51,6 +52,7 @@
"npm": ">=7"
},
"devDependencies": {
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"shx": "^0.3.4"
}
Expand Down

0 comments on commit 634686e

Please sign in to comment.