Skip to content

Commit a7d514d

Browse files
committed
Add bun install/build to setup and bump frontend dependencies
1 parent 0d83054 commit a7d514d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lockb

705 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@symfony/stimulus-bridge": "^3.2.3",
3131
"@tabler/core": "^1.4.0",
32-
"baseline-browser-mapping": "^2.10.30",
33-
"caniuse-lite": "^1.0.30001792",
32+
"baseline-browser-mapping": "^2.10.33",
33+
"caniuse-lite": "^1.0.30001793",
3434
"intl-tel-input": "^18.5.3",
3535
"jquery": "^3.7.1",
3636
"tom-select": "^2.6.1"

polyscope.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"setup": ["composer install"],
3+
"setup": ["composer install", "bun install", "bun run build"],
44
"run": [
55
{ "label": "Unit Tests", "command": "vendor/bin/phpunit" },
66
{ "label": "Static Analysis", "command": "vendor/bin/phpstan" },

0 commit comments

Comments
 (0)