mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Swapped to npm to avoid yarn Buffer() security errors
This commit is contained in:
parent
b421499b89
commit
10a5961a96
1 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@ env:
|
|||
- TERM=dumb
|
||||
|
||||
script:
|
||||
- yarn install
|
||||
- yarn run lint
|
||||
- yarn run build
|
||||
- npm install
|
||||
- npm run lint
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue