Skip to content

Commit

Permalink
[dev] fix gh pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 28, 2024
1 parent 0867ed3 commit 7bde200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-for-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: build
run: |
npm ci
npm run compile
npm run docs
- uses: JamesIves/[email protected]
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
# handle NPM / Node.js repeatedly bricking their npm setup on Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"compile": "virmator compile",
"docs": "npm run exec --workspace @augment-vir/scripts src/scripts/run-typedoc.script.ts",
"format": "virmator format",
"postinstall": "tsx packages/scripts/src/scripts/fix-ts-bin.script.ts",
"postinstall": "cd packages/common && tsc -b -f --pretty && cd ../.. && tsx packages/scripts/src/scripts/fix-ts-bin.script.ts",
"lint": "virmator lint fix",
"publish": "virmator publish \"npm run test:all\"",
"test": "mono-vir for-each npm run test",
Expand Down

0 comments on commit 7bde200

Please sign in to comment.