Skip to content

Commit 24289f7

Browse files
committed
feat: Add workspace dev and build scripts
1 parent 425f0ef commit 24289f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
],
88
"author": "Sanctuary <[email protected]>",
99
"license": "MIT",
10+
"scripts": {
11+
"build:core": "yarn workspace @discord-message-components/core build",
12+
"build:react": "yarn workspace @discord-message-components/react build",
13+
"build:vue": "yarn workspace @discord-message-components/vue build",
14+
"build:react:storybook": "yarn workspace @discord-message-components/react build-storybook",
15+
"build:vue:storybook": "yarn workspace @discord-message-components/vue build-storybook",
16+
"dev:react:storybook": "yarn build:core && yarn workspace @discord-message-components/react storybook",
17+
"dev:vue:storybook": "yarn build:core && yarn workspace @discord-message-components/vue storybook"
18+
},
1019
"devDependencies": {
1120
"@commitlint/cli": "^11.0.0",
1221
"@commitlint/config-conventional": "^11.0.0",

0 commit comments

Comments
 (0)