Skip to content

Commit

Permalink
Merge pull request #71 from ChiefOfGxBxL/fix-out-of-box-build-issue
Browse files Browse the repository at this point in the history
Add post install script to build TypeScript files
  • Loading branch information
ChiefOfGxBxL authored Aug 6, 2023
2 parents 1bec311 + 62e7f8f commit 96204c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 4.0.1 (2023-08-06)
## SUMMARY
## FIXES
* Project properly builds all TS files upon installation, resolving out-of-the-box errors

# 4.0.0 (2021-02-28)
## SUMMARY
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc3maptranslator",
"version": "4.0.0",
"version": "4.0.1",
"description": "Module to translate between `war3map` and `json` formats for WarCraft III .w3x maps",
"keywords": [
"wc3",
Expand All @@ -17,6 +17,7 @@
"scripts": {
"build": "tsc --build",
"lint": "tslint --project .",
"postinstall": "npm run build",
"test": "npm run build && mocha",
"test-nyc": "npm run build && nyc mocha",
"test-travis": "npm run build && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --include-all-sources true --root ./lib -- -R spec ./test/*.js"
Expand Down

0 comments on commit 96204c3

Please sign in to comment.