Skip to content

Commit

Permalink
feat: sort building
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieterjan Van Saet committed Jan 14, 2022
1 parent 4abc56e commit 9ba9dcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "npx styleguidist server",
"test": "jest --coverage",
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna exec --parallel -- rollup -c",
"build": "lerna exec --sort -- rollup -c",
"postbuild": "rollup -c",
"publish": "lerna publish --skip-git --skip-npm",
"prepublish": "npm run build"
Expand Down
4 changes: 3 additions & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"dependencies": {
"classnames": "~2.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react-dom": "^16.13.1",
"icon": "0.0.1-0",
"taglist": "0.0.1-0"
}
}
3 changes: 2 additions & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"rc-slider": "~8.6.1",
"classnames": "~2.2.6",
"moment": "^2.24.0",
"react-input-mask": "^2.0.4"
"react-input-mask": "^2.0.4",
"icon": "0.0.1-0"
}
}

0 comments on commit 9ba9dcd

Please sign in to comment.