Skip to content

Commit

Permalink
fix: add --mode=production and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 21, 2023
1 parent da7f4a3 commit 6e1d580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundswallower",
"version": "0.6.2",
"version": "0.6.3",
"description": "An even smaller speech recognizer",
"type": "module",
"exports": {
Expand All @@ -21,7 +21,7 @@
"test": "mocha soundswallower.spec",
"tstest": "npx tsc && node test_typescript",
"webtest": "xdg-open http://localhost:8000/test_web.html && python server.py",
"bundle": "webpack --config webpack.config.cjs"
"bundle": "webpack --config webpack.config.cjs --mode=production"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e1d580

Please sign in to comment.