🔖 3.2.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pake-cli",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.5",
|
||||
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
@@ -37,9 +37,8 @@
|
||||
"build:config": "chmod +x script/app_config.mjs && node script/app_config.mjs",
|
||||
"analyze": "cd src-tauri && cargo bloat --release --crates",
|
||||
"tauri": "tauri",
|
||||
"cli": "rollup -c rollup.config.js --watch",
|
||||
"cli:dev": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
|
||||
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
|
||||
"cli": "cross-env NODE_ENV=development rollup -c -w",
|
||||
"cli:build": "cross-env NODE_ENV=production rollup -c",
|
||||
"test": "npm run cli:build && PAKE_CREATE_APP=1 node tests/index.js",
|
||||
"format": "prettier --write . --ignore-unknown && cd src-tauri && cargo fmt --verbose",
|
||||
"prepublishOnly": "npm run cli:build"
|
||||
|
||||
Reference in New Issue
Block a user