We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbf1b3 commit 9282b76Copy full SHA for 9282b76
assets/package.json
@@ -6,6 +6,14 @@
6
"type": "module",
7
"main": "dist/abstract_map_controller.js",
8
"types": "dist/abstract_map_controller.d.ts",
9
+ "scripts": {
10
+ "build": "echo 'The build script is not yet configured.' && exit 1",
11
+ "test": "echo 'The test script is not yet configured.' && exit 1",
12
+ "lint": "biome lint --write",
13
+ "format": "biome format --write",
14
+ "check-lint": "biome lint",
15
+ "check-format": "biome format"
16
+ },
17
"symfony": {
18
"importmap": {
19
"@hotwired/stimulus": "^3.0.0"
0 commit comments