Skip to content

Commit 834def6

Browse files
committed
try to fix build process
1 parent 23bcc9b commit 834def6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/on-new-framework-tag.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
- name: Create API data
4242
run: |
43+
npm ci
4344
node compiled/deploy-node/createclassdb/index.js html/resource/apidata
4445
node compiled/build-node/createclassdb/index.js html/resource/apidata
4546

package-lock.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"playwright": "^1.40.1",
88
"ps-tree": "^1.2.0",
99
"rimraf": "^5.0.5",
10-
"showdown": "^2.1.0"
10+
"showdown": "^2.1.0",
11+
"upath": "^2.0.1"
1112
},
1213
"version": "2.0.1"
1314
}

0 commit comments

Comments
 (0)