Skip to content

Commit

Permalink
chore: add script to pull from @radix-ui/icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mukundshah committed Sep 4, 2023
1 parent 3331e2f commit a8742a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"type": "module",
"scripts": {
"prepublishOnly": "pnpm run build",
"cleanup": "rimraf -g ./{vue,react}/* !./{vue,react}/package.json",
"build": "pnpm run build-react && pnpm run build-vue",
"cleanup": "rimraf -g ./icons/* ./{vue,react}/* !./{vue,react}/package.json",
"build": "pnpm run pull && pnpm run build-react && pnpm run build-vue",
"build-react": "node ./scripts/build.js react",
"build-vue": "node ./scripts/build.js vue",
"pull": "./scripts/pull.sh",
"release-channel": "node ./scripts/release-channel.js",
"release-notes": "node ./scripts/release-notes.js"
},
Expand Down

0 comments on commit a8742a9

Please sign in to comment.