Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Feb 19, 2020
1 parent 0f9f716 commit 99b43a3
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 @@ -7,7 +7,7 @@
"clean": "rimraf dist/*",
"predist": "npm run clean",
"dist": "cross-env NODE_ENV=production webpack --config build/webpack.config.js",
"postdist": "copyfiles -f ./src/icons/*.ico ./src/icons/*.png ./dist/assets && copyfiles -f ./src/manifest.json ./dist",
"postdist": "copyfiles -f ./src/icons/*.ico ./src/icons/*.png ./dist/assets && copyfiles -f ./src/manifest.json ./CNAME ./dist",
"lint": "eslint src test server",
"lint:fix": "eslint --fix src test server",
"posttest": "npm run lint",
Expand Down

0 comments on commit 99b43a3

Please sign in to comment.