Skip to content

Commit b0dbc67

Browse files
committed
chore: update test script in root package.json
1 parent 070359f commit b0dbc67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"fix:lint": "nx run-many --target=fix:lint --all --parallel",
2424
"lint": "nx run-many --target=lint --all --parallel",
2525
"publish:packages": "changeset publish",
26-
"version:packages": "changeset version && pnpm install --lockfile-only"
26+
"version:packages": "changeset version && pnpm install --lockfile-only",
27+
"test": "echo \"No tests configured\""
2728
},
2829
"devDependencies": {
2930
"@changesets/changelog-github": "^0.5.1",

0 commit comments

Comments
 (0)