Skip to content

Commit

Permalink
fix: stop compiling ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jun 9, 2024
1 parent 092d61e commit 4170ba3
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 @@
"build": "node-gyp rebuild",
"build:ts": "tsc",
"package": "node-pre-gyp package",
"install": "(node-pre-gyp install && npm run build:ts) || (npm run build && npm run build:ts)"
"install": "node-pre-gyp install || npm run build"
},
"homepage": "https://github.com/JadlionHD/growtopia.js#readme",
"bugs": {
Expand Down

0 comments on commit 4170ba3

Please sign in to comment.