fixed CLI build script

This commit is contained in:
Conner Gallagher 2022-06-13 13:58:56 -06:00
parent d58bee2721
commit d5f210d151
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
}
},
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"build": "shx rm -rf dist && tsc -p tsconfig.build.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"lint:fix": "eslint . --ext .ts --config .eslintrc --fix",
"postpack": "shx rm -f oclif.manifest.json",