Skip to content

Commit

Permalink
build: fixed the order as lerna was not building in proper order (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sant0shg authored and darthtrevino committed Mar 25, 2019
1 parent e6e7cb5 commit 6876ef9
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 @@ -34,7 +34,7 @@
"homepage": "https://github.com/react-dnd/react-dnd",
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream",
"build": "lerna run build --scope=dnd-core --scope=react-dnd --stream",
"unit_test": "jest",
"jest:watch": "jest --watch",
"jest:cov": "jest --coverage",
Expand Down

0 comments on commit 6876ef9

Please sign in to comment.