Skip to content

Commit

Permalink
Using dev during build.
Browse files Browse the repository at this point in the history
Not ideal but oh well
  • Loading branch information
IvanMathy committed May 18, 2020
1 parent 4da6390 commit 7dd2c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"vue-property-decorator": "^8.4.1",
"vue-socket.io": "github:MetinSeylan/Vue-Socket.io",
"vue-socket.io-extended": "^4.0.1",
"@vue/cli-service": "^4.3.1",
"vuex": "^3.1.3"
},
"devDependencies": {
Expand All @@ -29,6 +28,7 @@
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cafh",
"version": "1.0.0",
"scripts": {
"postinstall": "cd server && npm install && cd ../client && npm install && npm run pack ",
"postinstall": "cd server && npm install --dev && cd ../client && npm install --dev && npm run pack ",
"start": "cd server && npm run prod"
}
}

0 comments on commit 7dd2c9f

Please sign in to comment.