Skip to content

Commit

Permalink
Revert "Temporarily commit diff that helped me run build"
Browse files Browse the repository at this point in the history
This reverts commit 6ff55f0.
  • Loading branch information
kachkaev committed Nov 4, 2024
1 parent 6ff55f0 commit 11af5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"bt": "pnpm build && pnpm test",
"build": "pnpm build:schema && pnpm build:src",
"build:src": "tsc -b ./tsconfig.json -f",
"build:schema": "echo skipping schema build",
"build:schema": "pnpm build-options-schema",
"build:schema:old": "ts-json-schema-generator --no-top-ref --expose none --path src/common/options.cts --type Options -o ./assets/options.schema.json",
"watch": "tsc -b ./tsconfig.json --watch -f",
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "pnpm run build-schema && pnpm run compile",
"build-schema": "echo skipping schema build",
"build-schema": "ts-json-schema-generator --no-top-ref --path src/config/config.ts --type RunConfig --validation-keywords deprecated -o ./cspell-tools.config.schema.json",
"compile": "tsc -p .",
"watch": "tsc -p . -w",
"clean-build": "pnpm run clean && pnpm run build",
Expand Down

0 comments on commit 11af5a3

Please sign in to comment.