chore: scripts
This commit is contained in:
parent
b2d3b0c410
commit
895dfe0164
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/extension",
|
"main": "./dist/extension",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "pnpm run lint",
|
"prebuild": "npm run lint",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"lint": "eslint src --ext .ts",
|
"lint": "eslint src --ext .ts",
|
||||||
|
|
Loading…
Reference in a new issue