-
-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add React 19 support * Update changelog * Update package-lock.json * Disable node_modules cache * Revert "Disable node_modules cache" This reverts commit 9826e02. * Test * Revert "Test" This reverts commit 12edbff. * Update build.yml * mark rollup dependency as optional * Update build.yml * Update playwright.yml --------- Co-authored-by: Joe Tannenbaum <joe.tannenbaum@laravel.com>
- Loading branch information
1 parent
29ff557
commit a341f53
Showing
8 changed files
with
1,157 additions
and
2,265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ jobs: | |
|
||
- name: Build Inertia | ||
run: | | ||
rm package-lock.json | ||
npm install | ||
cd packages/core | ||
npm run build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.