Skip to content

Commit

Permalink
fix: remove yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Aug 12, 2021
1 parent 1df50e3 commit ddfae70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dep:
@echo "Install dependencies required for this repo..."
@yarn
@npm install

test:
@echo "Running test suites..."
Expand Down
2 changes: 1 addition & 1 deletion common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dep:
@echo "Install dependencies required for this repo..."
@yarn
@npm install

test:
@echo "Running test suites..."
Expand Down
2 changes: 1 addition & 1 deletion template-dapp/react/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements:
cpu: '*'
scripts:
preStart: node server/hooks/pre-start.js
dev: yarn start
dev: npm run start
environments:
- name: CHAIN_ID
description: What's endpoint of the chain id?
Expand Down
2 changes: 1 addition & 1 deletion template-static/react/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
os: '*'
cpu: '*'
scripts:
dev: yarn start
dev: npm run start
environments: []
capabilities: {}
screenshots: []
Expand Down

0 comments on commit ddfae70

Please sign in to comment.