Skip to content

Commit

Permalink
Add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianS committed May 26, 2023
1 parent 497c8c4 commit ec8b039
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
"version": "13.10.0",
"version": "13.9.0",
"sideEffects": false,
"homepage": "https://github.com/validatorjs/validator.js",
"files": [
Expand Down Expand Up @@ -66,8 +66,7 @@
"build:node": "babel src -d .",
"build": "run-p build:*",
"pretest": "npm run build && npm run lint",
"test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot --recursive",
"postinstall": "npx run-p build:*"
"test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot --recursive"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit ec8b039

Please sign in to comment.