Skip to content

Commit 8732379

Browse files
committed
Update npm package
1 parent 9871ecd commit 8732379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest",
1111
"lint": "eslint src --ext .ts",
1212
"format": "prettier --write 'src/**/*.ts'",
13-
"prepublishOnly": "npm run build && npm run lint",
13+
"prepublishOnly": "npm run build",
1414
"prepack": "npm run build",
1515
"version": "npm run format && git add -A dist",
1616
"postversion": "git push && git push --tags",

0 commit comments

Comments
 (0)