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