Skip to content

Commit

Permalink
fix canary #2 (#6159)
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Petrunic <marin.petrunic@gmail.com>
  • Loading branch information
mpetrunic authored Jun 7, 2023
1 parent 7089236 commit 6192d6f
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 @@ -92,7 +92,7 @@
"prepare": "husky install",
"postinstall": "yarn build",
"compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix",
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev --graph-type all --force-publish \"*\" --no-verify-access --yes"
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev.$(git rev-parse --short HEAD) --exact --graph-type all --force-publish \"*\" --no-verify-access --yes"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.12.0",
Expand Down

0 comments on commit 6192d6f

Please sign in to comment.