Skip to content

Commit

Permalink
prebuild:lib npm list --include dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 15, 2024
1 parent d1848c8 commit df71655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:dev:js": "swc src --out-dir build/tmp/src",
"build:dev:types": "tsc --skipLibCheck --emitDeclarationOnly --declaration",
"build:lib": "webpack --color --stats-error-details",
"prebuild:lib": "npm list",
"prebuild:lib": "npm list --include dev",
"typecheck": "tsc --pretty --skipLibCheck --noEmit",
"lint": "eslint **/*.ts --quiet --cache",
"fix": "eslint --fix **/*.ts --cache"
Expand Down

0 comments on commit df71655

Please sign in to comment.