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 070359f commit b0dbc67Copy full SHA for b0dbc67
package.json
@@ -23,7 +23,8 @@
23
"fix:lint": "nx run-many --target=fix:lint --all --parallel",
24
"lint": "nx run-many --target=lint --all --parallel",
25
"publish:packages": "changeset publish",
26
- "version:packages": "changeset version && pnpm install --lockfile-only"
+ "version:packages": "changeset version && pnpm install --lockfile-only",
27
+ "test": "echo \"No tests configured\""
28
},
29
"devDependencies": {
30
"@changesets/changelog-github": "^0.5.1",
0 commit comments