Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mgavrila committed Sep 28, 2023
1 parent 7668284 commit 16931f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup yarn
run: npm install -g yarn
- run: yarn install
- run: yarn build
- run: yarn build-devnet
env:
CI: false
- name: Configure AWS Credentials
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"scripts": {
"start": "vite dev",
"build": "vite build",
"lint": "eslint --ext js,ts,tsx src",
"run-cypress": "npx cypress run",
"start-devnet": "yarn run copy-devnet-config & yarn start",
Expand Down

0 comments on commit 16931f3

Please sign in to comment.