mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-11 18:14:27 +00:00
remove cypress from devDependencies and install in CI, so the app is deployable
This commit is contained in:
@@ -5,5 +5,7 @@ node_js:
|
||||
env:
|
||||
global:
|
||||
- BUILD_TIMEOUT=10000
|
||||
install: npm install
|
||||
install:
|
||||
- npm install
|
||||
- npm install cypress
|
||||
|
||||
|
||||
@@ -14,4 +14,5 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install
|
||||
- npm install
|
||||
- npm install cypress
|
||||
@@ -25,8 +25,5 @@
|
||||
"svelte": "^1.49.1",
|
||||
"svelte-loader": "^2.2.1",
|
||||
"uglifyjs-webpack-plugin": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^1.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user