Skip to content

Commit eee7557

Browse files
wip
1 parent 94f9895 commit eee7557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "Check the \"Build with Scaffold\" step logs."
6161
exit 1
6262
fi
63-
- run: npm run install:contracts
63+
- run: npm run build:contracts
6464
- run: npm run build
6565
- name: Run tests
6666
run: npm test --if-present

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "concurrently --kill-others-on-fail --names stellar,vite -c gray,green --pad-prefix \"stellar scaffold watch --build-clients\" \"vite\"",
99
"build": "tsc -b && vite build",
1010
"install:contracts": "npm install --workspace=packages && npm run build --workspace=packages",
11+
"build:contracts": "npm run build --workspace=packages",
1112
"preview": "vite preview",
1213
"lint": "eslint .",
1314
"format": "prettier . --write",

0 commit comments

Comments
 (0)