Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
1dc686fa
Commit
1dc686fa
authored
Jun 01, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update build artifacts
parent
4e54ec38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
build-artifacts.yml
.github/workflows/build-artifacts.yml
+12
-0
package.json
web/package.json
+1
-0
No files found.
.github/workflows/build-artifacts.yml
View file @
1dc686fa
...
@@ -21,6 +21,18 @@ jobs:
...
@@ -21,6 +21,18 @@ jobs:
go-version
:
1.22
go-version
:
1.22
check-latest
:
true
check-latest
:
true
cache
:
true
cache
:
true
-
uses
:
pnpm/action-setup@v4.0.0
with
:
version
:
9
-
uses
:
actions/setup-node@v4
with
:
node-version
:
"
20"
cache
:
pnpm
cache-dependency-path
:
"
web/pnpm-lock.yaml"
-
run
:
pnpm install
working-directory
:
web
-
run
:
pnpm release
working-directory
:
web
-
name
:
Run GoReleaser
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v5
uses
:
goreleaser/goreleaser-action@v5
with
:
with
:
...
...
web/package.json
View file @
1dc686fa
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
"scripts"
:
{
"scripts"
:
{
"dev"
:
"vite"
,
"dev"
:
"vite"
,
"build"
:
"tsc && vite build"
,
"build"
:
"tsc && vite build"
,
"release"
:
"vite build --mode release --outDir=../server/router/frontend/dist --emptyOutDir"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"type-check"
:
"tsc --noEmit"
,
"type-check"
:
"tsc --noEmit"
,
"postinstall"
:
"cd ../proto && buf generate"
"postinstall"
:
"cd ../proto && buf generate"
...
...
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