Merge pull request #590 from devchat-ai/parameterize-packaging
Fix publish scripts
This commit is contained in:
commit
459d6e0996
@ -345,13 +345,13 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:uninstall": "node ./dist/uninstall",
|
"vscode:uninstall": "node ./dist/uninstall",
|
||||||
|
"vscode:prepublish": "node prebuild.js && webpack --mode production --devtool hidden-source-map",
|
||||||
"prebuild": "node prebuild.js",
|
"prebuild": "node prebuild.js",
|
||||||
"postbuild": "git checkout -- assets package.json",
|
"postbuild": "git checkout -- assets package.json",
|
||||||
"build:gui": "cd ./gui && yarn && yarn vscode",
|
"build:gui": "cd ./gui && yarn && yarn vscode",
|
||||||
"build": "webpack --config webpack.config.js && npm run build:gui",
|
"build": "webpack --config webpack.config.js && npm run build:gui",
|
||||||
"prepackage": "node prebuild.js",
|
|
||||||
"postpackage": "git checkout -- assets package.json",
|
"postpackage": "git checkout -- assets package.json",
|
||||||
"package": "webpack --mode production --devtool hidden-source-map && vsce package",
|
"package": "vsce package",
|
||||||
"dev": "webpack serve --config webpack.config.js --open",
|
"dev": "webpack serve --config webpack.config.js --open",
|
||||||
"watch": "npm run prebuild && webpack --watch",
|
"watch": "npm run prebuild && webpack --watch",
|
||||||
"lint": "eslint src --ext ts",
|
"lint": "eslint src --ext ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user