Skip to content

Commit

Permalink
fix(ci): run-s: not found (#620)
Browse files Browse the repository at this point in the history
Fix for CI where run-s is not present globally
  • Loading branch information
lidel committed Nov 14, 2018
1 parent 9c2b19a commit 00e87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"beta-build": "docker build -t ipfs-companion . && docker run -it -e RELEASE_CHANNEL=beta -v $(pwd)/build:/usr/src/app/build ipfs-companion yarn ci:build",
"release-build": "docker build -t ipfs-companion . && docker run -it -e RELEASE_CHANNEL=stable -v $(pwd)/build:/usr/src/app/build ipfs-companion yarn ci:build",
"dev-build": "npx yarn@1.10.1 && npx yarn@1.10.1 build",
"yarn-build": "run-s dev-build"
"yarn-build": "npm run dev-build"
},
"private": true,
"preferGlobal": false,
Expand Down

0 comments on commit 00e87f8

Please sign in to comment.