File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ lib_packages := "autometrics exporter-otlp-http exporter-prometheus exporter-pro
8
8
9
9
test_permissions := " --allow-env --allow-net --allow-read --allow-sys --allow-write"
10
10
11
+ biome_permissions := " --allow-env --allow-read --allow-run --allow-write"
12
+
11
13
build : (build-npm " " )
12
14
13
15
build-npm version :
@@ -88,13 +90,13 @@ clean-typescript-plugin:
88
90
clean -all: clean clean -examples clean -parcel-transformer clean -typescript-plugin
89
91
90
92
fix :
91
- biome check --apply-unsafe packages
93
+ deno run {{ biome_permissions }} npm:@biomejs / biome check --apply-unsafe packages
92
94
93
95
format :
94
- biome format --write packages
96
+ deno run {{ biome_permissions }} npm:@biomejs / biome format --write packages
95
97
96
98
lint :
97
- biome ci packages
99
+ deno run {{ biome_permissions }} npm:@biomejs / biome ci packages
98
100
99
101
release-lib :
100
102
#!/usr/bin/env bash
You can’t perform that action at this time.
0 commit comments