Skip to content

Commit

Permalink
Disable tests before publish for lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Feb 7, 2022
1 parent 710c724 commit 28bca92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"build:prod": "tsc --project . --sourceMap false",
"build_and_test": "npm run build && npm run test",
"lint": "eslint . && prettier --check .",
"prepublishOnly": "node scripts/set_strict.js false && npm run build:prod && npm test",
"prepublishOnly": "node scripts/set_strict.js false && npm run build:prod",
"postpublish": "node scripts/set_strict.js true",
"clean": "rm -rf node_modules package-lock.json lib coverage"
},
Expand Down

0 comments on commit 28bca92

Please sign in to comment.