Use yarn instead of npm
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
language: node_js
|
||||
node_js: node
|
||||
install: npm install
|
||||
script: npm run build
|
||||
install: yarn install
|
||||
script: yarn build
|
||||
deploy:
|
||||
provider: s3
|
||||
access_key_id:
|
||||
|
||||
Reference in New Issue
Block a user