Skip to content

Commit f31f1bf

Browse files
committed
Small adjustments
1 parent 8b5d83f commit f31f1bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"lint:fix": "npm run lint -- --fix",
2020
"test": "jest --config jestconfig.json --passWithNoTests",
2121
"prepare": "npm run build",
22-
"prepublishOnly": "npm test && npm run lint",
23-
"version": "npm run lint:fix && git add -A src",
22+
"prepublishOnly": "npm run test && npm run lint",
23+
"version": "npm run test && npm run lint && git add -A src",
2424
"postversion": "git push && git push --tags"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)