changed yml file

This commit is contained in:
Maciek Głowacki 2020-11-26 19:05:27 +01:00
parent 5e82f9707a
commit 5ce9038b71
2 changed files with 3 additions and 14984 deletions

View File

@ -8,9 +8,8 @@ build:
image: node image: node
script: script:
- echo "Start building App" - echo "Start building App"
- npm install typescript eslint - yarn
- npm install - yarn run build
- npm run build
- echo "Build successfully!" - echo "Build successfully!"
artifacts: artifacts:
expire_in: 1 hour expire_in: 1 hour
@ -23,7 +22,7 @@ test:
image: node image: node
script: script:
- echo "Testing App" - echo "Testing App"
- CI=true npm test --passWithNoTests - CI=false yarn test --passWithNoTests
- echo "Test successfully!" - echo "Test successfully!"
deploy_production: deploy_production:

14980
package-lock.json generated

File diff suppressed because it is too large Load Diff