Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-10-21 18:54:25 +02:00
parent 13df63c026
commit 7a80915f45

View File

@ -8,7 +8,7 @@ build:
image: node image: node
script: script:
- echo "Start building App" - echo "Start building App"
- npm install typescript - npm install typescript eslint
- npm install - npm install
- npm run build - npm run build
- echo "Build successfully!" - echo "Build successfully!"