add target to fix all prettier issues
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"create-plugin": "echo \"use 'yarn new' instead\"",
|
||||
"release": "node scripts/prepare-release.js && changeset version && yarn prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' '.changeset/*.json' && yarn install --no-immutable",
|
||||
"prettier:check": "prettier --check .",
|
||||
"prettier:fix": "prettier --write .",
|
||||
"storybook": "yarn ./storybook run start",
|
||||
"snyk:test": "npx snyk test --yarn-workspaces --strict-out-of-sync=false",
|
||||
"snyk:test:package": "yarn snyk:test --include",
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
definition: |
|
||||
import { z } from 'zod';
|
||||
import { publicProcedure, router } from '../trpc';
|
||||
|
||||
|
||||
export const apiRouter = router({
|
||||
version: publicProcedure.query(() => {
|
||||
return { version: '0.42.0' };
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
definition: |
|
||||
import { z } from 'zod';
|
||||
import { publicProcedure, router } from '../trpc';
|
||||
|
||||
|
||||
export const apiRouter = router({
|
||||
version: publicProcedure.query(() => {
|
||||
return { version: '0.42.0' };
|
||||
|
||||
Reference in New Issue
Block a user