fix: Skip workspaces zonder commandos
This commit is contained in:
parent
dd1000c662
commit
b71dac512f
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -5,11 +5,11 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build --ws",
|
"build": "npm run build --workspace=backend --workspace=frontend",
|
||||||
"format": "npm run format --ws",
|
"format": "npm run format --workspace=backend --workspace=frontend",
|
||||||
"format-check": "npm run format-check --ws",
|
"format-check": "npm run format-check --workspace=backend --workspace=frontend",
|
||||||
"lint": "npm run lint --ws",
|
"lint": "npm run lint --workspace=backend --workspace=frontend",
|
||||||
"test:unit": "npm run test:unit --ws"
|
"test:unit": "npm run test:unit --workspace=backend --workspace=frontend"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"backend",
|
"backend",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue