Skip to content

Commit 8438b8b

Browse files
jacogractions-user
andauthored
Ensure meta is built and added to repo (#101)
* Ensure meta is built and added to repo * Adjust PR action Co-authored-by: Github Actions <[email protected]>
1 parent b04a13e commit 8438b8b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/pr-any.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
- name: ${{ matrix.step }}
1414
run: |
1515
yarn install --immutable | grep -v 'YN0013'
16-
yarn ${{ matrix.step }}
16+
yarn build
17+
yarn docs

.skip-npm

Whitespace-only changes.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"scripts": {
66
"docusaurus": "docusaurus",
77
"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",
8+
"build": "yarn polkadot-types-internal-metadata",
9+
"build:release": "polkadot-ci-ghact-build && polkadot-ci-ghact-docs",
10+
"docs": "docusaurus build",
1111
"swizzle": "docusaurus swizzle",
1212
"deploy": "docusaurus deploy",
1313
"serve": "docusaurus serve --port 8080"

0 commit comments

Comments
 (0)