changed yml file
This commit is contained in:
parent
5e82f9707a
commit
5ce9038b71
@ -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
14980
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user