Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Jul 2, 2024
1 parent 33d5c8d commit 8a1ca49
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 @@ -13,7 +13,7 @@
"depcheck": "lerna run depcheck --parallel",
"lint:fix": "eslint --fix 'src/**/*.ts' 'src/**/*.js'",
"pack:lerna": "lerna exec -- 'npm pack'",
"publish:lerna": "yarn clean && yarn && yarn run build && lerna publish",
"publish:lerna": "npm run clean && npm install && npm run build && lerna publish",
"just:publish:lerna": "lerna publish",
"serve:local": "cd packages/web-example && webpack serve:local",
"serve:devnet": "cd packages/web-example && webpack serve:devnet",
Expand Down

0 comments on commit 8a1ca49

Please sign in to comment.