mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-27 13:59: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_js:
|
||||||
- "node"
|
- "node"
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm ci
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run test
|
- npm run test
|
||||||
|
|
Loading…
Reference in a new issue