Skip to content

Commit

Permalink
Fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Oct 14, 2024
1 parent 3f2a192 commit 4fa235b
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 @@ -23,7 +23,7 @@
"test": "karma start test/unit/config/karma.unit.conf.cjs",
"test-functional": "karma start test/functional/config/karma.functional.conf.cjs --configfile=local --streamsfile=smoke",
"prepare": "node githook.cjs",
"prepack:": "npm run build",
"prepack": "npm run build",
"webpack-build": "rimraf dist && webpack --config build/webpack.prod.cjs"
},
"devDependencies": {
Expand Down

0 comments on commit 4fa235b

Please sign in to comment.