Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Mar 28, 2024
1 parent cd4d66f commit 708c184
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v1-next/accounts-subgraph",
"type": "module",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v1-next/inventory",
"type": "module",
"version": "0.0.14",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v1-next/products",
"type": "module",
"version": "0.0.14",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v1-next/reviews",
"type": "module",
"version": "0.0.14",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"fix-bin": "node scripts/fix-bin.js",
"generate-config-schema": "yarn graphql-to-config-schema --schema ./**/yaml-config.graphql --json ./packages/legacy/types/src/config-schema.json --typings ./packages/legacy/types/src/config.ts --markdown ./website/src/generated-markdown && yarn postgenerate-config-schema",
"lint": "eslint --ext .ts \"./packages/**/src/**/*.ts\"",
"typecheck": "yarn generate-config-schema && tsc -p tsconfig.json --noEmit",
"postbuild": "yarn copy-config-schema && yarn fix-bin",
"postgenerate-config-schema": "node scripts/create-config-schema-ts.js && npx prettier --write ./packages/legacy/types/src",
"postinstall": "husky install",
Expand All @@ -54,7 +53,8 @@
"test": "cross-env \"JEST=1\" jest --detectOpenHandles --no-watchman",
"test:integration": "cross-env \"JEST=1\" \"INTEGRATION_TEST=true\" jest --forceExit --no-watchman --runInBand",
"test:integration:leak": "cross-env \"JEST=1\" \"LEAK_TEST=1\" \"INTEGRATION_TEST=true\" jest --detectOpenHandles --detectLeaks --no-watchman --runInBand",
"test:leak": "cross-env \"JEST=1\" \"LEAK_TEST=1\" jest --detectOpenHandles --detectLeaks --no-watchman --runInBand"
"test:leak": "cross-env \"JEST=1\" \"LEAK_TEST=1\" jest --detectOpenHandles --detectLeaks --no-watchman --runInBand",
"typecheck": "yarn generate-config-schema && tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@ardatan/graphql-to-config-schema": "0.1.25",
Expand Down

0 comments on commit 708c184

Please sign in to comment.