Merge branch 'main' into develop

# Conflicts:
#	.github/workflows/release.yml
This commit is contained in:
James Cole 2024-03-26 07:32:26 +01:00
commit 5e54034e0e
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ jobs:
GH_TOKEN: ''
- name: Build new JS
run: |
npm update
npm install
npm update
npm run build
- name: Build old JS
id: old-js

2
package-lock.json generated
View File

@ -33,7 +33,7 @@
"laravel-vite-plugin": "^0.8.1",
"patch-package": "^8.0.0",
"sass": "^1.72.0",
"vite": "^4.5.3",
"vite": "^4.5.2",
"vite-plugin-manifest-sri": "^0.1.0"
}
},