Skip to content

Commit

Permalink
build: add prepare script (#6)
Browse files Browse the repository at this point in the history
* build: add prepare script

* chore(lint): fix script order
  • Loading branch information
christopher-buss authored Nov 1, 2024
1 parent a7337f9 commit d952185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"build": "rbxtsc",
"lint": "eslint --max-warnings 0 --flag unstable_ts_config .",
"prepare": "rbxtsc",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish --access public",
"watch": "rbxtsc -w"
Expand All @@ -33,6 +34,7 @@
"roblox-ts": "^3.0.0",
"typescript": "=5.5.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit d952185

Please sign in to comment.