fix: release

This commit is contained in:
Adam Uhlíř 2022-05-05 13:49:53 +02:00
parent bba14d5bd7
commit bc63108452
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -29,7 +29,7 @@
"dist"
],
"scripts": {
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
"prepublishOnly": "npm run build",
"build": "rimraf dist && tsc",
"start": "ts-node src/index.ts",
"test": "jest --verbose --config=jest.config.ts",