File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6464 - run :
6565 name : Authenticate to npm registry
6666 command : echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
67- - run :
68- name : Config git remote
69- command : git remote add upstream "https://github.com/channel-io/design-system"
7067 - run : npm publish
7168
7269workflows :
Original file line number Diff line number Diff line change 2626 "jest:watch" : " cross-env BABEL_ENV=test jest --watch" ,
2727 "build" : " cross-env BABEL_ENV=build rollup -c" ,
2828 "prebuild" : " npm run typecheck" ,
29- "prepublishOnly" : " npm run build:icon && npm run build && npm run build:storybook && npm run deploy:storybook " ,
29+ "prepublishOnly" : " npm run build:icon && npm run build" ,
3030 "antlr:lexer" : " antlr4ts src/components/Editor/utils/Parsers/Antlr/TextBlockLexer.g4" ,
3131 "antlr:parser" : " antlr4ts src/components/Editor/utils/Parsers/Antlr/TextBlockParser.g4" ,
3232 "build:storybook" : " build-storybook" ,
You can’t perform that action at this time.
0 commit comments