Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Feb 13, 2024
1 parent 54a9b8d commit dab3727
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 @@ -17,7 +17,7 @@
"node": "^18.x"
},
"scripts": {
"build": "NODE_ENV=development yarn && yarn lint && yarn jest && NODE_ENV=production webpack --mode production --bail --progress",
"build": "NODE_ENV=development yarn && yarn lint && NODE_ENV=production webpack --mode production --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
Expand Down

0 comments on commit dab3727

Please sign in to comment.