Skip to content

Commit

Permalink
Add clear file input filed in Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 26, 2024
1 parent 837a0eb commit 2c338e3
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 155 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ jobs:
echo "VITE_PINATA_JWT=${{ secrets.VITE_PINATA_JWT }}" >> $GITHUB_ENV
- name: Install dependencies
run: npm ci --omit=dev

- name: Install all dependencies
run: npm install
- name: Run lint
run: npm run lint

- name: Clean up node_modules
run: rm -rf node_modules

- name: Install production dependencies
run: npm ci --omit=dev

- name: Build project
run: npm run build
Expand Down
Loading

0 comments on commit 2c338e3

Please sign in to comment.