Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RotateAt60MPH committed Feb 16, 2024
1 parent 87498a3 commit d48ec3f
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 @@ -85,7 +85,7 @@
"d3-color": "^3.1.0"
},
"scripts": {
"build:azure": "webpack --env azure --mode production && node ./postinstall.js",
"build:azure": "webpack --env azure --mode production",
"build:dev": "webpack --env debug --mode development",
"build": "webpack --mode production",
"format": "npx prettier --write src",
Expand All @@ -95,8 +95,7 @@
"test-cover": "npm test -- --coverage",
"test": "jest",
"version:full": "npm --no-git-tag-version version `date +%y.%m.%d-0`",
"version:inc": "npm --no-git-tag-version version prerelease",
"postinstall": "node ./postinstall.js"
"version:inc": "npm --no-git-tag-version version prerelease"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit d48ec3f

Please sign in to comment.