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
1 changed files with 1 additions and 1 deletions

View File

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