Skip to content

Commit 3544b47

Browse files
author
Lasim
committed
chore(frontend): update release workflow and version to v0.13.1
1 parent f325f61 commit 3544b47

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/frontend-release-pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ jobs:
4949
npm install --no-optional
5050
}
5151
52+
- name: Frontend Type Check
53+
working-directory: services/frontend
54+
run: npm run type-check
55+
56+
- name: Frontend Build Test
57+
working-directory: services/frontend
58+
run: npm run build
59+
60+
- name: Frontend Lint
61+
working-directory: services/frontend
62+
run: npm run lint
63+
5264
- name: Prepare release
5365
working-directory: services/frontend
5466
env:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev:frontend": "cd services/frontend && npm run dev",
99
"dev:backend": "cd services/backend && npm run dev",
10-
"build:frontend": "cd services/frontend && npm run lint",
10+
"build:frontend": "cd services/frontend && npm run build",
1111
"build:backend": "cd services/backend && npm run lint",
1212
"lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
1313
"lint:frontend": "cd services/frontend && npm run lint",

0 commit comments

Comments
 (0)