Skip to content

Commit 7bbb2b0

Browse files
committed
chore: update skytrace scripts
1 parent fb9cc0b commit 7bbb2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/skytrace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"build": "shx rm -rf dist && tsc -b",
7272
"lint": "npx @biomejs/biome check .",
7373
"postpack": "shx rm -f oclif.manifest.json",
74-
"posttest": "npm -w skytrace run lint",
75-
"prepack": "npm -w skytrace run build && oclif manifest",
74+
"posttest": "npm run lint",
75+
"prepack": "npm run build && oclif manifest",
7676
"test": "exit 0",
7777
"version": "oclif readme && git add README.md"
7878
},

0 commit comments

Comments
 (0)