Merge pull request 'Update' (#31) from cidi into master

Reviewed-on: http://git.plannaplan.pl/y0rune/frontend/pulls/31
This commit is contained in:
Marcin Woźniak 2020-10-21 18:53:48 +02:00
commit 0190115aef

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!"