Skip to content

Commit

Permalink
chore(project): fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jul 25, 2018
1 parent ec29b42 commit 9998c1b
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 @@ -4,7 +4,7 @@
"scripts": {
"all": "run-s lint build test",
"build-distro": "lerna run prepublishOnly --sort",
"clean": "del-cli node_modules packages/*/node_modules",
"clean": "del-cli node_modules \"packages/*/node_modules\"",
"distro": "run-s clean reinstall build-distro",
"dev": "run-s build \"lerna-dev -- {1}\" -- ",
"lerna-dev": "lerna run dev --stream --scope",
Expand Down

0 comments on commit 9998c1b

Please sign in to comment.