Remove posttest command

This commit is contained in:
Ankit Tiwari
2020-07-16 13:33:18 +05:30
parent 626f64aec0
commit 3ef95628f5

View File

@@ -62,10 +62,9 @@
"scripts": {
"cli": "./bin/run",
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "jest",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}