Skip to content

Commit 16c119c

Browse files
committed
Small adjustments
1 parent 6bcd973 commit 16c119c

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
@@ -18,8 +18,8 @@
1818
"lint:fix": "npm run lint -- --fix",
1919
"test": "jest --config jestconfig.json --passWithNoTests",
2020
"prepare": "npm run build",
21-
"prepublishOnly": "npm test && npm run lint",
22-
"version": "npm run lint:fix && git add -A src",
21+
"prepublishOnly": "npm run test && npm run lint",
22+
"version": "npm run test && npm run lint && git add -A src",
2323
"postversion": "git push && git push --tags"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)