Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
williampsena committed May 24, 2023
1 parent fd7f9c2 commit 6c53372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build:assets": "node tasks/copy-assets.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint . --ext .ts",
"check": "tsc --noEmit",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
Expand Down

0 comments on commit 6c53372

Please sign in to comment.