Skip to content

Commit

Permalink
Simplify build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita committed Dec 9, 2023
1 parent 06ae9e6 commit 55414c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"license": "MIT",
"scripts": {
"build:ts": "tsc",
"build:bundle": "webpack --mode production",
"build": "webpack --mode production",
"dev": "webpack --mode development -d inline-source-map --watch",
"test:unit-and-acceptance": "jest",
"test:e2e": "wdio run ./wdio.conf.ts"
Expand Down

0 comments on commit 55414c5

Please sign in to comment.