mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-26 13:49:01 -05:00
improve CI speed
This commit is contained in:
parent
e81fc7a044
commit
1af64eb593
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ sudo: false
|
|||
node_js:
|
||||
- "node"
|
||||
install:
|
||||
- npm install
|
||||
- npm ci
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run test
|
||||
|
|
Loading…
Reference in a new issue