Skip to content

Commit

Permalink
use fynpo to bootstrap packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jan 20, 2018
1 parent daca25b commit 15c0037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/demo-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
},
"homepage": "https://github.com/electrode-io/electrode",
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "eval `fyn bash` && fynpo",
"test": "npm run bootstrap && lerna run test"
},
"dependency": {},
"devDependencies": {
"fynpo": "^0.1.3",
"lerna": "^2.7.1",
"lodash": "^4.10.1",
"xclap": "^0.2.0"
Expand Down

0 comments on commit 15c0037

Please sign in to comment.