diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index c9cbf9e..782792f 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,13 @@ "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", - "lint": "vue-cli-service lint" + "lint": "vue-cli-service lint", + "copy:redirects": "cpx ./_redirects ./dist/", + "build:all": "npm run build && npm run copy:redirects" }, "dependencies": { "core-js": "^3.6.5", + "cpx": "^1.5.0", "normalize.css": "^8.0.1", "sakura.css": "^1.3.1", "vue": "^3.0.0", |