Skip to content

Commit

Permalink
Fix VS Code (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Mar 14, 2021
1 parent 6c4e153 commit 0649eeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build": "rm -rf assets/runtime && rollup -c",
"lint": "eslint --ignore-path .gitignore \"src/**/*.{ts,mjs,js,svelte}\" && npm run check-format",
"check": "npx tsc -p tsconfig.enforced.json",
"check-all": "npx tsc -p tsconfig.all.json",
"check-all": "npx tsc -p tsconfig.json",
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"prepublishOnly": "npm run build",
Expand Down
File renamed without changes.

0 comments on commit 0649eeb

Please sign in to comment.