File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"author" :
" Sanctuary <[email protected] >" ,
9
9
"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
+ },
10
19
"devDependencies" : {
11
20
"@commitlint/cli" : " ^11.0.0" ,
12
21
"@commitlint/config-conventional" : " ^11.0.0" ,
You can’t perform that action at this time.
0 commit comments