mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
Use production=false in install step
This commit is contained in:
parent
a036564a60
commit
d83f32c578
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
install:
|
||||
- npm install
|
||||
- npm update
|
||||
- npm --production=false install
|
||||
- npm --production=false update
|
||||
script: npm run $NPM_SCRIPT
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue