Skip to content

Commit eacca70

Browse files
committed
Remove unnecessary duplicate npm test when versioning
Project uses release-it to do its releases, which handles versioning, and already runs npm test. So no need to have it in preversion script.
1 parent 4850d2c commit eacca70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"test": "npm run test:ts && eslint 'src/**/*' && npm run prettier",
4949
"test:ts": "karma start test/karma.conf.cjs",
5050
"prettier": "prettier --check 'src/**/*'",
51-
"preversion": "npm test",
5251
"banner": "banner-cli dist/index.js",
5352
"build": "tsc"
5453
},

0 commit comments

Comments
 (0)