Skip to content

Commit 0a68554

Browse files
committed
ci(gh-actions): disable build docs
1 parent dfc1798 commit 0a68554

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
- name: Setup repository env
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '12.x'
16+
node-version: '14.x'
1717
- name: Install deps
1818
run: npm install
1919
- name: Bundle packages
2020
run: npm run build:prod
2121
- name: Run tests
2222
run: npm run test
23-
- name: Build Docs
24-
run: npm run docs:build
23+
# - name: Build Docs
24+
# run: npm run docs:build
2525
- name: Release packages
2626
run: npx gulp publish
2727
env:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:lint": "eslint .",
3838
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
3939
"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",
4141
"release": "standard-version"
4242
},
4343
"peerDependencies": {

0 commit comments

Comments
 (0)