Skip to content

Commit

Permalink
Merge pull request #313 from A11yance/prepublishOnly-step
Browse files Browse the repository at this point in the history
Add prepublishOnly step to package.json
  • Loading branch information
jessebeach committed Jun 13, 2023
2 parents 8eecfc4 + 68bd6d2 commit a8cccfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"flow": "flow",
"lint": "eslint --config .eslintrc src __tests__ scripts",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"pretest": "npm run lint:fix && npm run flow",
"test": "npm run jest",
"test:ci": "npm run jest -- --ci --runInBand",
Expand Down

0 comments on commit a8cccfe

Please sign in to comment.