feat(theme): 发布命令优化
这个提交包含在:
+1
-1
@@ -10,7 +10,7 @@ lerna-debug.log*
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
publish
|
||||
release
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "theme-terminal",
|
||||
"private": true,
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "A terminal like theme for Halo.",
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
|
||||
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'",
|
||||
"publish": "cp -r theme.yaml settings.yaml templates publish/ && zip -r theme-terminal.zip publish"
|
||||
"release": "mkdir -p release && cp -r theme.yaml settings.yaml templates release && zip -r theme-terminal.zip release && rm -rf release"
|
||||
},
|
||||
"keywords": [
|
||||
"halo",
|
||||
|
||||
@@ -13,5 +13,5 @@ spec:
|
||||
repo: https://git.dev.cm/theme-terminal
|
||||
settingName: "theme-terminal-setting"
|
||||
configMapName: "theme-terminal-configMap"
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
require: ">=2.20.0"
|
||||
|
||||
在新议题中引用
屏蔽一个用户