Skip to content

Commit

Permalink
Remove "test" script from @nx.js/ncm package
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 19, 2024
1 parent e3b9843 commit 5e28f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions packages/ncm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest",
"docs": "typedoc && ../../type-aliases-meta.sh"
},
"files": [
Expand All @@ -24,9 +23,7 @@
"@nx.js/constants": "^0.3.0"
},
"devDependencies": {
"@nx.js/runtime": "workspace:*",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"@nx.js/runtime": "workspace:*"
},
"keywords": [
"nx.js",
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e28f7e

Please sign in to comment.