Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quiet-node committed Sep 11, 2023
1 parent 0c04a2f commit 2907a48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/system-dapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: npm install

- name: Create production-ready build
run: npm run build
run: |
cd ./system-contract-app-playground
npm run build

0 comments on commit 2907a48

Please sign in to comment.