Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdmadman committed Mar 13, 2024
1 parent 18d5b57 commit e6a0a6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"not dead"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --mode development",
"dev": "cross-env NODE_ENV=development webpack serve --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production",
"watch": "cross-env NODE_ENV=development webpack --mode development --watch",
"start": "cross-env NODE_ENV=development webpack serve --mode development",
"build:dev": "cross-env NODE_ENV=development webpack --mode development",
"lint": "eslint --ext .ts,.tsx src",
"fix": "eslint --fix --ext .ts,.tsx src"
},
Expand Down

0 comments on commit e6a0a6c

Please sign in to comment.