Skip to content

Commit 030c662

Browse files
authored
Fix package to run the publisher (#576)
1 parent f0513b9 commit 030c662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pnpm": ">=8.0.0"
2424
},
2525
"scripts": {
26-
"build": "pnpm rimraf dist && tsc && pnpm copy-files",
26+
"build": "rm -rf dist && tsc && mkdir -p dist/src/grpc && cp src/grpc/*.proto dist/src/grpc/",
2727
"copy-files": "copyfiles -u 0 src/**/*.proto dist/",
2828
"test:clean": "pnpm ts-node tests/pullImageKillOld.ts",
2929
"test": "pnpm test:clean && pnpm build && vitest run",

0 commit comments

Comments
 (0)