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.
1 parent b21aeb4 commit 0c7c8c5Copy full SHA for 0c7c8c5
package.json
@@ -33,7 +33,7 @@
33
"ci": "npm run test -- --ci && npm run build",
34
"prepare": "npm run build",
35
"precommit": "lint-staged",
36
- "prepublish": "npm run lint && npm run test && npm run build",
+ "prepublish": "npm run test && npm run build",
37
"contributors:add": "all-contributors add",
38
"contributors:generate": "all-contributors generate"
39
},
0 commit comments