UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a1167a3d authored by Graham Smith's avatar Graham Smith
Browse files

minify staging build

parent 3f22b74e
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-staging": "vue-cli-service build --mode=test",
"build-staging": "NODE_ENV=production vue-cli-service build --mode=test",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --mode test",
"test:e2e": "vue-cli-service test:e2e --mode=test",
"lint": "vue-cli-service lint",
"preinstall": "npx npm-force-resolutions",
"test": "npm run test:unit && npx vue-cli-service test:e2e --headless",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment