File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
env :
27
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
29
+ NODE_OPTIONS : --openssl-legacy-provider
29
30
run : npx semantic-release
Original file line number Diff line number Diff line change 30
30
" dist"
31
31
],
32
32
"scripts" : {
33
- "build" : " rm -rf dist && tsc && npm run build-storybook && rm -rf storybook-static " ,
33
+ "build" : " rm -rf dist && tsc" ,
34
34
"build-storybook" : " build-storybook" ,
35
35
"deploy-storybook" : " storybook-to-ghpages" ,
36
36
"docs" : " rm -rf docs && typedoc ./src --out" ,
39
39
"release" : " standard-version" ,
40
40
"start" : " npm run storybook" ,
41
41
"storybook" : " start-storybook -p 6006" ,
42
- "test" : " npm run build && jest && tsc"
42
+ "test" : " npm run build && jest && tsc" ,
43
+ "version" : " npm run build"
43
44
},
44
45
"commitlint" : {
45
46
"extends" : [
You can’t perform that action at this time.
0 commit comments