fixed CLI build script
This commit is contained in:
parent
d58bee2721
commit
d5f210d151
|
@ -129,7 +129,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": "eslint . --ext .ts --config .eslintrc",
|
||||||
"lint:fix": "eslint . --ext .ts --config .eslintrc --fix",
|
"lint:fix": "eslint . --ext .ts --config .eslintrc --fix",
|
||||||
"postpack": "shx rm -f oclif.manifest.json",
|
"postpack": "shx rm -f oclif.manifest.json",
|
||||||
|
|
Loading…
Reference in New Issue