Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 5, 2024
1 parent 322f522 commit 17b2b2f
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 @@ -11,7 +11,7 @@
"lint": "npm run lint:vue && npm run lint:css",
"prettier": "prettier \"src/**/*.{js,vue}\" \"tests/**/*.{js,vue}\"",
"prettier:write": "npm run prettier -- --write",
"build": "cross-env NODE_ENV=production webpack ",
"build": "cross-env NODE_ENV=production webpack && cp dist/web/root/404.html dist/web/root/index.html ",
"build:dev": "cross-env NODE_ENV=development webpack --stats-error-details",
"build-zip": "node scripts/build-zip.js",
"watch": "npm run build -- --watch",
Expand Down

0 comments on commit 17b2b2f

Please sign in to comment.