Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
d1bf125f
Unverified
Commit
d1bf125f
authored
May 29, 2023
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix build workflow
parent
9c243417
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
build.yml
.github/workflows/build.yml
+1
-1
package-lock.json
server/package-lock.json
+0
-0
package.json
server/package.json
+4
-4
package-lock.json
ux/package-lock.json
+0
-0
package.json
ux/package.json
+4
-4
No files found.
.github/workflows/build.yml
View file @
d1bf125f
...
...
@@ -80,7 +80,7 @@ jobs:
cd server
npm ci --omit=dev --audit=false --fund=false
cd ..
tar -czf wiki-js.tar.gz --no-recursion -C _dist .
find ./_dist/ -printf "%P\n" | tar -czf wiki-js.tar.gz --no-recursion -C ./_dist/ -T -
-
name
:
Upload Build Artifact
uses
:
actions/upload-artifact@v3
...
...
server/package-lock.json
View file @
d1bf125f
B
{
...
...
server/package.json
View file @
d1bf125f
...
...
@@ -48,7 +48,7 @@
"apollo-server"
:
"3.6.7"
,
"apollo-server-express"
:
"3.6.7"
,
"auto-load"
:
"3.0.4"
,
"aws-sdk"
:
"2.138
1
.0"
,
"aws-sdk"
:
"2.138
6
.0"
,
"bcryptjs"
:
"2.4.3"
,
"body-parser"
:
"1.20.2"
,
"chalk"
:
"5.2.0"
,
...
...
@@ -91,7 +91,7 @@
"js-base64"
:
"3.7.5"
,
"js-binary"
:
"1.2.0"
,
"js-yaml"
:
"4.1.0"
,
"jsdom"
:
"22.
0
.0"
,
"jsdom"
:
"22.
1
.0"
,
"jsonwebtoken"
:
"9.0.0"
,
"katex"
:
"0.16.7"
,
"klaw"
:
"4.1.0"
,
...
...
@@ -149,7 +149,7 @@
"pg-tsquery"
:
"8.4.1"
,
"poolifier"
:
"2.4.14"
,
"punycode"
:
"2.3.0"
,
"puppeteer-core"
:
"20.
2.1
"
,
"puppeteer-core"
:
"20.
4.0
"
,
"qr-image"
:
"3.2.0"
,
"rate-limiter-flexible"
:
"2.4.1"
,
"remove-markdown"
:
"0.5.0"
,
...
...
@@ -161,7 +161,7 @@
"semver"
:
"7.5.1"
,
"serve-favicon"
:
"2.5.0"
,
"sharp"
:
"0.32.1"
,
"simple-git"
:
"3.1
8
.0"
,
"simple-git"
:
"3.1
9
.0"
,
"socket.io"
:
"4.6.1"
,
"ssh2"
:
"1.13.0"
,
"ssh2-promise"
:
"1.0.3"
,
...
...
ux/package-lock.json
View file @
d1bf125f
B
{
...
...
ux/package.json
View file @
d1bf125f
...
...
@@ -80,7 +80,7 @@
"prosemirror-commands"
:
"1.5.2"
,
"prosemirror-history"
:
"1.3.2"
,
"prosemirror-keymap"
:
"1.2.2"
,
"prosemirror-model"
:
"1.19.
1
"
,
"prosemirror-model"
:
"1.19.
2
"
,
"prosemirror-schema-list"
:
"1.2.3"
,
"prosemirror-state"
:
"1.4.3"
,
"prosemirror-transform"
:
"1.7.2"
,
...
...
@@ -103,9 +103,9 @@
"zxcvbn"
:
"4.4.2"
},
"devDependencies"
:
{
"@intlify/unplugin-vue-i18n"
:
"0.1
0
.0"
,
"@intlify/unplugin-vue-i18n"
:
"0.1
1
.0"
,
"@quasar/app-vite"
:
"1.4.3"
,
"@types/lodash"
:
"4.14.19
4
"
,
"@types/lodash"
:
"4.14.19
5
"
,
"@volar/vue-language-plugin-pug"
:
"1.6.5"
,
"autoprefixer"
:
"10.4.14"
,
"browserlist"
:
"latest"
,
...
...
@@ -114,7 +114,7 @@
"eslint-plugin-import"
:
"2.27.5"
,
"eslint-plugin-n"
:
"15.7.0"
,
"eslint-plugin-promise"
:
"6.1.1"
,
"eslint-plugin-vue"
:
"9.14.
0
"
"eslint-plugin-vue"
:
"9.14.
1
"
},
"engines"
:
{
"node"
:
">= 18.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment