Skip to content

Commit

Permalink
Changed from prepublish to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
teneko committed Oct 29, 2021
1 parent 0411449 commit b75607b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@teroneko/redux-saga-promise",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create actions that return promises, which are resolved or rejected by a redux saga",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"build": "npx tsc",
"pretest": "npm run build",
"test": "npx jest",
"prepublish": "npm run test"
"prepublishOnly": "npm run test"
},
"keywords": [
"redux",
Expand Down

0 comments on commit b75607b

Please sign in to comment.