Skip to content

Commit

Permalink
Merge pull request #412 from range-of-motion/clean-up-npm-packages
Browse files Browse the repository at this point in the history
Clean up NPM packages
  • Loading branch information
range-of-motion authored Aug 13, 2023
2 parents 82e666e + 62e613d commit 4588771
Show file tree
Hide file tree
Showing 3 changed files with 1,643 additions and 5,577 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: composer install --no-interaction
- name: Generate key
run: php artisan key:generate
- run: npm install --force
- run: npm install
- run: npm run build
- name: Prepare database
run: php artisan migrate --database=testing
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: composer install --no-interaction
- name: Generate key
run: php artisan key:generate
- run: npm install --force
- run: npm install
- run: npm run build
- name: Prepare database
run: php artisan migrate --database=testing
Expand Down
Loading

0 comments on commit 4588771

Please sign in to comment.