Skip to content

Commit

Permalink
chore(lint): fix script order
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-buss committed Nov 1, 2024
1 parent 88e42d5 commit 7ea4491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"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",
"prepare": "rbxtsc"
"watch": "rbxtsc -w"
},
"dependencies": {
"@flamework/core": "^1.2.3",
Expand All @@ -34,6 +34,7 @@
"roblox-ts": "^3.0.0",
"typescript": "=5.5.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 7ea4491

Please sign in to comment.