File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
29+ NODE_OPTIONS : --openssl-legacy-provider
2930 run : npx semantic-release
Original file line number Diff line number Diff line change 3030 " dist"
3131 ],
3232 "scripts" : {
33- "build" : " rm -rf dist && tsc && npm run build-storybook && rm -rf storybook-static " ,
33+ "build" : " rm -rf dist && tsc" ,
3434 "build-storybook" : " build-storybook" ,
3535 "deploy-storybook" : " storybook-to-ghpages" ,
3636 "docs" : " rm -rf docs && typedoc ./src --out" ,
3939 "release" : " standard-version" ,
4040 "start" : " npm run storybook" ,
4141 "storybook" : " start-storybook -p 6006" ,
42- "test" : " npm run build && jest && tsc"
42+ "test" : " npm run build && jest && tsc" ,
43+ "version" : " npm run build"
4344 },
4445 "commitlint" : {
4546 "extends" : [
You can’t perform that action at this time.
0 commit comments