We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0513b9 commit 030c662Copy full SHA for 030c662
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
3
"assist": {
4
"actions": {
5
"source": {
package.json
@@ -23,7 +23,7 @@
23
"pnpm": ">=8.0.0"
24
},
25
"scripts": {
26
- "build": "pnpm rimraf dist && tsc && pnpm copy-files",
+ "build": "rm -rf dist && tsc && mkdir -p dist/src/grpc && cp src/grpc/*.proto dist/src/grpc/",
27
"copy-files": "copyfiles -u 0 src/**/*.proto dist/",
28
"test:clean": "pnpm ts-node tests/pullImageKillOld.ts",
29
"test": "pnpm test:clean && pnpm build && vitest run",
0 commit comments