mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-21 22:15:00 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user