Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 1ebc833

Browse files
committed
chore: добавил запуск билда в CI
1 parent 7c4e4fa commit 1ebc833

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ cache:
66
directories:
77
- "node_modules"
88

9-
before_install:
10-
- "npm install -g npm@^5"
11-
129
script:
1310
- "npm run lint"
1411
- "npm run tslint"
12+
- "npm run build"

0 commit comments

Comments
 (0)