Skip to content

Commit

Permalink
fix: remove extra --gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 1, 2023
1 parent 4269a28 commit 6217822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"license-check": "jsgl --local ./",
"lint": "yarn eslint && yarn lint-check && yarn pretty-check && yarn lint-cspell",
"lint-check": "eslint-config-prettier .eslintrc.js",
"lint-cspell": "cspell --unique --gitignore --no-progress --no-must-find-files",
"lint-cspell": "cspell --unique --no-progress --no-must-find-files",
"lint-fix": "yarn eslint --fix",
"postbuild": "yarn workspace codemirror-graphql run postbuild",
"prebuild-bundles": "yarn build-bundles-clean",
Expand Down

0 comments on commit 6217822

Please sign in to comment.