File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
name : Release
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@master
14
- - uses : actions/setup-node@v1
13
+ - uses : actions/checkout@v2
14
+ - uses : actions/setup-node@v2
15
15
with :
16
16
node-version : " 16.x"
17
17
- run : npm install
18
18
- run : npm run check
19
- - run : npm whoami
20
- - run : npm run dist --if-present
21
- - run : npx semantic-release
19
+ - run : npm run library:build
20
+ - run : cd lib
21
+ - run : npm run semantic-release
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change
1
+ node_modules
2
+
3
+ .storybook
4
+ .github
5
+ .loki
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @table-library/react-table-library" ,
3
- "version" : " 2 .0.30 " ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " react-table-library" ,
5
5
"type" : " module" ,
6
6
"main" : " main.js" ,
118
118
"copyreadme" : " cp -rf README.md lib" ,
119
119
"dist" : " npm run check && npm run library:build && cd lib && npm publish" ,
120
120
"dist:beta" : " npm run check && npm run library:build && cd lib && npm publish --tag beta" ,
121
- "prepublishOnly" : " echo \" Warning: Don't run 'npm publish' in root. Use 'npm run dist' instead.\" && exit 0"
121
+ "prepublishOnly" : " echo \" Warning: Don't run 'npm publish' in root. Use 'npm run dist' instead.\" && exit 0" ,
122
+ "semantic-release" : " semantic-release"
122
123
},
123
124
"husky" : {
124
125
"hooks" : {
133
134
},
134
135
"repository" : {
135
136
"type" : " git" ,
136
- "url" : " git+ https://github.com/table-library/react-table-library.git"
137
+ "url" : " https://github.com/table-library/react-table-library.git"
137
138
},
138
139
"keywords" : [
139
140
" react" ,
You can’t perform that action at this time.
0 commit comments