shaw commited on
Commit
2109dea
1 Parent(s): 5941ece

tweak package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -3
package.json CHANGED
@@ -7,10 +7,9 @@
7
  "packages/*"
8
  ],
9
  "scripts": {
10
- "install": "npm install --verbose --workspaces",
11
- "dev": "npm install && npm run dev --workspaces",
12
  "start": "npm run start --workspaces",
13
- "build": "npm install && npm run build --workspaces",
14
  "test": "npm run test --workspaces",
15
  "format": "npm run format --workspaces"
16
  }
 
7
  "packages/*"
8
  ],
9
  "scripts": {
10
+ "dev": "npm install --verbose && npm run dev --workspaces",
 
11
  "start": "npm run start --workspaces",
12
+ "build": "npm install --verbose && npm run build --workspaces",
13
  "test": "npm run test --workspaces",
14
  "format": "npm run format --workspaces"
15
  }