mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
b649a70e8c
commit
a23fcd605d
6 changed files with 2 additions and 40 deletions
|
|
@ -11,7 +11,8 @@
|
|||
"dev:mobile": "webpack --mode development --config webpack.mobile.js",
|
||||
"dev:desktop": "webpack --mode development --config webpack.desktop.js",
|
||||
"dev:export": "webpack --mode development --config webpack.export.js",
|
||||
"build": "webpack --mode production && pnpm run '/build:.*/'",
|
||||
"build": "pnpm run '/build:.*/'",
|
||||
"build:app": "webpack --mode production",
|
||||
"build:mobile": "webpack --mode production --config webpack.mobile.js",
|
||||
"build:desktop": "webpack --mode production --config webpack.desktop.js",
|
||||
"build:export": "webpack --mode production --config webpack.export.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue