Skip to content

Commit

Permalink
chore(package): run script lint:tsc in "prepublishOnly"
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 27, 2024
1 parent d53e7cd commit 0b85a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"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",
"size-limit": "size-limit",
"test": "jest --testPathIgnorePatterns __tests__/integration",
"test:ci": "CI=true npm test -- --ci --colors",
Expand Down

0 comments on commit 0b85a30

Please sign in to comment.