We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4a517 commit aec6b4bCopy full SHA for aec6b4b
1 file changed
package.json
@@ -26,7 +26,10 @@
26
"scripts": {
27
"preinstall": "npx only-allow pnpm",
28
"build": "turbo run build",
29
+ "build:lib": "pnpm --filter @shaggytools/nhtsa-api-wrapper run build",
30
+ "build:docs": "pnpm --filter docs run build",
31
"dev": "turbo run dev --parallel",
32
+ "dev:lib": "pnpm --filter @shaggytools/nhtsa-api-wrapper run dev",
33
"dev:docs": "pnpm --filter docs run dev",
34
"lint": "turbo run lint",
35
"lint:fix": "turbo run lint:fix",
@@ -35,7 +38,7 @@
38
"coverage": "pnpm --filter @shaggytools/nhtsa-api-wrapper run coverage",
36
39
"clean": "turbo run clean",
37
40
"ci:version": "changeset version",
- "ci:publish": "pnpm run build && pnpm publish -r"
41
+ "ci:publish": "pnpm run build:lib && pnpm publish -r"
42
},
43
"devDependencies": {
44
"@changesets/cli": "2.26.1",
0 commit comments