Skip to content

Commit 762a002

Browse files
feat: create workflow to deploy
1 parent a9e068b commit 762a002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
working-directory: ./ui
3636
run: npm install
3737

38-
- name: Lint
39-
working-directory: ./ui
40-
run: |
41-
npm run lint
38+
# - name: Lint
39+
# working-directory: ./ui
40+
# run: |
41+
# npm run lint
4242

4343
- name: Export dist to resources for Laravel
4444
working-directory: ./ui

0 commit comments

Comments
 (0)