chore: remove extraneous publish script

This commit is contained in:
M. George Hansen 2020-06-03 12:33:45 -07:00
parent d630f3d7d7
commit dd300d6fb0
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM

View file

@ -27,7 +27,6 @@
"prepublishOnly": "npm run reset && npm test",
"pretest": "npm run build",
"preversion": "npm run reset && npm test",
"publish": "npm publish",
"release": "npm version",
"reset": "npm run clean && npm ci",
"test": "ts-node --project=test/tsconfig.json test/run-tests.ts"