Skip to content

Commit

Permalink
fix: update build script and update core package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Dec 13, 2021
1 parent b86ff10 commit 7f58b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"format": "prettier --write",
"build:components": "yarn workspace @web3-ui/components build",
"build:hooks": "yarn workspace @web3-ui/hooks build",
"build": "yarn build:components && yarn build:hooks",
"build:core": "yarn workspace @web3-ui/core build",
"build": "yarn build:components && yarn build:hooks && yarn build:core",
"test": "jest",
"test:watch": "yarn test --watch",
"test:coverage": "jest --coverage --colors",
Expand All @@ -27,7 +28,7 @@
"example": "yarn workspace example dev",
"build-storybook": "build-storybook",
"chromatic": "chromatic --exit-zero-on-changes",
"publish": "yarn changeset publish"
"publish:npm": "yarn build && yarn changeset publish"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"@emotion/styled": "^11",
"classnames": "^2.2.6",
"cross-fetch": "^3.1.4",
"framer-motion": "^4"
"framer-motion": "^4",
"@web3-ui/components": "^0.1.1",
"@web3-ui/hooks": "^0.2.0"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 7f58b6c

Please sign in to comment.