Skip to content

Commit

Permalink
add install (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
skgbafa committed Feb 27, 2023
1 parent 92f47b0 commit 88db60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"start:test-dapp": "yarn test-dapp start",
"start:test-api": "yarn express-api start",
"prepare-release": "changeset version",
"publish-packages": "yarn reset && yarn build && changeset publish",
"publish-packages": "yarn reset && yarn install && yarn build && changeset publish",
"test:e2e": "start-test 'yarn start:test-dapp' 3000 'yarn start:test-api' 3001 'SECRET_WORDS=\"test test test test test test test test test test test junk\" synpress run'"
},
"devDependencies": {
Expand Down

0 comments on commit 88db60d

Please sign in to comment.