Skip to content

Commit

Permalink
chore(package): add changeset script
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Mar 4, 2024
1 parent c95a0ee commit 791aae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"deploy": "node ./scripts/check-env.js && npm ci && npm run build && npx thirdweb upload dist",
"create-version-file": "node ./scripts/generate-buildno.cjs",
"prepare": "husky install",
"lint": "eslint --ext .js,.jsx ."
"lint": "eslint --ext .js,.jsx .",
"changeset-version": "changeset version && npm i --package-lock-only"
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.5",
Expand Down

0 comments on commit 791aae3

Please sign in to comment.