Skip to content

Commit

Permalink
chore: add watch script for all projects (strapi#20068)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Apr 9, 2024
1 parent 4dbfc9c commit cb00a17
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 @@ -33,6 +33,7 @@
"build": "nx run-many --target=build --nx-ignore-cycles",
"build:size": "cd examples/getstarted && yarn build",
"build:ts": "nx run-many --target=build:ts --nx-ignore-cycles",
"build:watch": "nx watch --all --nx-ignore-cycles -- nx run \\$NX_PROJECT_NAME:build --nx-ignore-cycles",
"clean": "nx run-many --target=clean --nx-ignore-cycles",
"doc:api": "node scripts/open-api/serve.js",
"format": "yarn format:code && yarn format:other",
Expand Down Expand Up @@ -68,8 +69,7 @@
"test:ts:packages": "nx run-many --target=test:ts --nx-ignore-cycles",
"test:unit": "jest --config jest.config.js",
"test:unit:all": "nx run-many --target=test:unit --nx-ignore-cycles",
"test:unit:watch": "run test:unit --watch",
"watch": "nx run-many --target=watch --nx-ignore-cycles"
"test:unit:watch": "run test:unit --watch"
},
"resolutions": {
"@strapi/design-system": "1.17.0-typescript.0",
Expand Down

0 comments on commit cb00a17

Please sign in to comment.