Skip to content

Commit

Permalink
Merge pull request #187 from akash1520/master
Browse files Browse the repository at this point in the history
Update template.json closing issue #186
  • Loading branch information
AlbericoD authored Feb 1, 2024
2 parents e61caa5 + 7126111 commit c7a6be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "tsc --noEmit && eslint src/**/*.ts{,x}",
"pre-build": "node scripts/update-manifest.js",
"post-build": "node scripts/create-production-overwolf-build",
"package-overwolf": "cd build && tar -acf ../package.v$npm_package_version.zip * && cd -",
"package-overwolf": "cd build && tar -acf ../package.v$npm_package_version.zip * && cd ..",
"build:overwolf": "npm run pre-build && npm run build && npm run post-build && npm run package-overwolf"
},
"homepage": ".",
Expand Down

0 comments on commit c7a6be8

Please sign in to comment.