Skip to content

Commit

Permalink
Specify unit-test script in prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Nov 8, 2023
1 parent b9930cd commit a495ca0
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 @@ -16,7 +16,7 @@
"unit-test": "jest --testPathPattern=tests/unit",
"integration-test": "jest --testPathPattern=tests/integration",
"lint": "eslint lib/** tests/**",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": "npm run unit-test && npm run build",
"postpack": "git tag -a $npm_package_version -m $npm_package_version && git push origin $npm_package_version"
},
"dependencies": {
Expand Down

0 comments on commit a495ca0

Please sign in to comment.