Skip to content

Commit

Permalink
chore: add init script
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 21, 2021
1 parent d66ebe7 commit 62f8376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"stylelint-scss": "^4.0.0"
},
"scripts": {
"init": "npm install && ls -d $PWD/packages/* | xargs -L 1 bash -c 'cd \"$0\" && npm link' && npm run bootstrap",
"clean": "find . -name \"node_modules\" -type d -prune | grep -e \".git\" -v | xargs rm -rf",
"clean:dist": "find ./packages -name \"dist\" -type d -prune | grep -e \"node_modules\" -v | xargs rm -rf",
"clean:tests": "node ./scripts/cleanup-test-results.js",
Expand Down

0 comments on commit 62f8376

Please sign in to comment.