We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9697b08 commit 5157705Copy full SHA for 5157705
package.json
@@ -7,10 +7,7 @@
7
"dev": "concurrently \"loam dev --build-clients\" \"vite\"",
8
"start": "concurrently \"loam dev --build-clients\" \"vite\"",
9
"build": "tsc -b && vite build",
10
- "install:contracts": "npm run install:all-contracts && npm run build:all-contracts",
11
- "install:all-contracts": "npm run foreach-contract -- npm install",
12
- "build:all-contracts": "npm run foreach-contract -- npm run build",
13
- "foreach-contract": "node scripts/foreach-contract.js",
+ "install:contracts": "npm install --workspace=packages && npm run build --workspace=packages",
14
"preview": "vite preview",
15
"lint": "eslint ."
16
},
scripts/foreach-contract.js
0 commit comments