We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc7311 commit 1e4c30aCopy full SHA for 1e4c30a
frontend/package.json
@@ -5,7 +5,8 @@
5
"scripts": {
6
"serve": "vue-cli-service serve",
7
"build": "vue-cli-service build",
8
- "lint": "vue-cli-service lint"
+ "lint": "vue-cli-service lint",
9
+ "deploy": "node scripts/gh-pages-deploy.js"
10
},
11
"dependencies": {
12
"aos": "3.0.0-beta.6",
@@ -28,6 +29,7 @@
28
29
"eslint-plugin-import": "^2.20.2",
30
"eslint-plugin-prettier": "^3.1.4",
31
"eslint-plugin-vue": "7.1.0",
32
+ "execa": "latest",
33
"vue-template-compiler": "2.6.12",
34
"webpack-bundle-tracker": "1.0.0-alpha.1"
35
0 commit comments