remove debug script

This commit is contained in:
Opender Singh
2021-09-29 23:16:02 +13:00
parent f0557b8196
commit 0fa695c8f4

View File

@@ -33,7 +33,6 @@
"start": "npm run build -- --watch",
"prepare": "npm run build:production",
"package": "rimraf binaries && npm run build:production && pkg .",
"package:debug": "npm run package -- --debug",
"package:verify": "ts-node src/scripts/verify-pkg.ts"
},
"pkg": {