Skip to content

Commit

Permalink
add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
olsonpm committed Dec 2, 2023
1 parent 18d9787 commit fa94d81
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 @@ -32,6 +32,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "node build",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"test": "NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest --verbose --coverage=true",
"eval": "node eval",
Expand Down

0 comments on commit fa94d81

Please sign in to comment.