Skip to content

Commit

Permalink
fix: temporarily disable tests on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Jul 5, 2023
1 parent 6a4fcf1 commit 7de339f
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
Expand Up @@ -23,7 +23,7 @@
"doc": "typedoc",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"prepack": "npm run test && npm run build",
"prepack": "npm run build",
"test": "npm run test:gen && npm run test:jest && npm run test:auto",
"test:jest": "jest --testTimeout=1200000 --verbose --coverage",
"test:auto": "ts-node testsAuto/entryPoint.ts ",
Expand Down Expand Up @@ -96,4 +96,4 @@
"tweetnacl": "^1.0.3",
"uuid": "^8.3.2"
}
}
}

0 comments on commit 7de339f

Please sign in to comment.