File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
- name : Setup repository env
14
14
uses : actions/setup-node@v1
15
15
with :
16
- node-version : ' 12 .x'
16
+ node-version : ' 14 .x'
17
17
- name : Install deps
18
18
run : npm install
19
19
- name : Bundle packages
20
20
run : npm run build:prod
21
21
- name : Run tests
22
22
run : npm run test
23
- - name : Build Docs
24
- run : npm run docs:build
23
+ # - name: Build Docs
24
+ # run: npm run docs:build
25
25
- name : Release packages
26
26
run : npx gulp publish
27
27
env :
Original file line number Diff line number Diff line change
1
+ 14
Original file line number Diff line number Diff line change 37
37
"test:lint" : " eslint ." ,
38
38
"test:unit" : " cross-env CI=1 react-scripts test --env=jsdom" ,
39
39
"test:watch" : " react-scripts test --env=jsdom" ,
40
- "docs:build" : " cd example && npm install && npm run build:prod " ,
40
+ "docs:build" : " cd example && npm install && npm run build" ,
41
41
"release" : " standard-version"
42
42
},
43
43
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments