Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now it's ready for the web #68

Closed
wants to merge 5 commits into from
Closed

Now it's ready for the web #68

wants to merge 5 commits into from

Conversation

Cyrusky
Copy link

@Cyrusky Cyrusky commented Dec 6, 2024

No description provided.

Comment on lines +13 to +23
"release:minor": "npm run release -- --release-as minor",
"build-web": "run-p build:client build:webview build:ext-host build:server",
"build:client": "webpack --config ./build/webpack-web/webpack.browser.config.ts --progress --color",
"build:webview": "webpack --config ./build/webpack-web/webpack.webview.config.ts --progress --color",
"build:server": "webpack --config ./build/webpack-web/webpack.node.config.ts --progress --color",
"build:ext-host": "webpack --config ./build/webpack-web/webpack.ext-host.config.ts --progress --color",
"start-web": "run-p start:client start:server start:webview start:ext-host",
"start:client": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack-web/webpack.browser.config.ts --progress --color",
"start:webview": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack-web/webpack.webview.config.ts --progress --color",
"start:server": "cross-env NODE_ENV=development node -r ts-node/register -r tsconfig-paths/register src/bootstrap-web/node/index.ts",
"start:ext-host": "cross-env EXT_MODE=js KTLOG_SHOW_DEBUG=1 node -r ts-node/register -r tsconfig-paths/register src/bootstrap-web/ext-host/index.ts"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这几个命令能精简一下嘛?合并一些命令,最多只透出三个

@hacke2
Copy link
Member

hacke2 commented Dec 12, 2024

duplication #54

@hacke2 hacke2 closed this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants