Skip to content

Commit

Permalink
try to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 30, 2024
1 parent 23bcc9b commit 834def6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Create API data
run: |
npm ci
node compiled/deploy-node/createclassdb/index.js html/resource/apidata
node compiled/build-node/createclassdb/index.js html/resource/apidata
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"playwright": "^1.40.1",
"ps-tree": "^1.2.0",
"rimraf": "^5.0.5",
"showdown": "^2.1.0"
"showdown": "^2.1.0",
"upath": "^2.0.1"
},
"version": "2.0.1"
}

0 comments on commit 834def6

Please sign in to comment.