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 fb9cc0b commit 7bbb2b0Copy full SHA for 7bbb2b0
packages/skytrace/package.json
@@ -71,8 +71,8 @@
71
"build": "shx rm -rf dist && tsc -b",
72
"lint": "npx @biomejs/biome check .",
73
"postpack": "shx rm -f oclif.manifest.json",
74
- "posttest": "npm -w skytrace run lint",
75
- "prepack": "npm -w skytrace run build && oclif manifest",
+ "posttest": "npm run lint",
+ "prepack": "npm run build && oclif manifest",
76
"test": "exit 0",
77
"version": "oclif readme && git add README.md"
78
},
0 commit comments