Skip to content

Commit

Permalink
fix(tests): removing yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Mar 16, 2018
1 parent 50ef86f commit 8d01cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/assets/sockets/hello-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@syncano/core": "latest"
},
"scripts": {
"build": "yarn && yarn run build:src && yarn run build:env",
"build": "npm install && npm run build:src && npm run build:env",
"build:src": "sh ./bin/compile",
"build:env": "sh ./bin/compile-env"
},
Expand Down

0 comments on commit 8d01cc7

Please sign in to comment.