We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04a13e commit 8438b8bCopy full SHA for 8438b8b
.github/workflows/pr-any.yml
@@ -13,4 +13,5 @@ jobs:
13
- name: ${{ matrix.step }}
14
run: |
15
yarn install --immutable | grep -v 'YN0013'
16
- yarn ${{ matrix.step }}
+ yarn build
17
+ yarn docs
.skip-npm
package.json
@@ -5,9 +5,9 @@
5
"scripts": {
6
"docusaurus": "docusaurus",
7
"start": "docusaurus start --port 8080",
8
- "build": "yarn polkadot-types-internal-metadata && docusaurus build",
9
- "build:release": "polkadot-ci-ghact-docs",
10
- "docs": "yarn build",
+ "build": "yarn polkadot-types-internal-metadata",
+ "build:release": "polkadot-ci-ghact-build && polkadot-ci-ghact-docs",
+ "docs": "docusaurus build",
11
"swizzle": "docusaurus swizzle",
12
"deploy": "docusaurus deploy",
"serve": "docusaurus serve --port 8080"
0 commit comments