Skip to content

Commit

Permalink
ci: add lint for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ckng0221 committed Dec 28, 2023
1 parent c959182 commit 342890c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint:ui
- run: npm run build:ui
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config jest-e2e.json",
"dev:ui": "turbo dev --filter=ui",
"build:ui": "turbo build --filter=ui"
"build:ui": "turbo build --filter=ui",
"lint:ui": "turbo lint --filter=ui"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 342890c

Please sign in to comment.