We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:tsc
1 parent d53e7cd commit 0b85a30Copy full SHA for 0b85a30
package.json
@@ -25,7 +25,7 @@
25
"lint:fix": "npm run lint -- --fix",
26
"lint:tsc": "tsc --noEmit",
27
"prepare": "husky",
28
- "prepublishOnly": "npm run lint && npm run test:ci && npm run clean && npm run build",
+ "prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run clean && npm run build",
29
"size-limit": "size-limit",
30
"test": "jest --testPathIgnorePatterns __tests__/integration",
31
"test:ci": "CI=true npm test -- --ci --colors",
0 commit comments