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,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run build --ws",
|
||||
"format": "npm run format --ws",
|
||||
"format-check": "npm run format-check --ws",
|
||||
"lint": "npm run lint --ws",
|
||||
"test:unit": "npm run test:unit --ws"
|
||||
"build": "npm run build --workspace=backend --workspace=frontend",
|
||||
"format": "npm run format --workspace=backend --workspace=frontend",
|
||||
"format-check": "npm run format-check --workspace=backend --workspace=frontend",
|
||||
"lint": "npm run lint --workspace=backend --workspace=frontend",
|
||||
"test:unit": "npm run test:unit --workspace=backend --workspace=frontend"
|
||||
},
|
||||
"workspaces": [
|
||||
"backend",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue