Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
absqueued committed Jul 22, 2024
1 parent 935091e commit daf4993
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 @@ -39,7 +39,7 @@
"test": "Echo 'test'",
"clean": "rimraf ./lib",
"dev": "webpack -w --mode=development --devtool=inline-source-map",
"build": "npm run test && npm run clean && webpack --mode=production",
"build": "npm run clean && webpack --mode=production",
"lint": "eslint ./src --fix",
"docs": "npx jsdoc -c jsdoc.conf.json",
"start": "serve -l 5001 examples",
Expand Down

0 comments on commit daf4993

Please sign in to comment.