Skip to content

Commit

Permalink
🔧 ci: migrate to siyuan-plugin-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Sep 27, 2024
1 parent e66a4f7 commit 54b1e06
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 484 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "plugin-sample-vite-solidjs",
"version": "0.3.5",
"version": "0.3.6",
"type": "module",
"description": "This is a sample plugin based on vite and solidjs for Siyuan (https://b3log.org/siyuan)",
"repository": "",
"homepage": "",
"author": "frostime",
"license": "GPL-3.0-only",
"scripts": {
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"make-link-win": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File ./scripts/elevate.ps1 -scriptPath ./scripts/make_dev_link.js",
"update-version": "node --no-warnings ./scripts/update_version.js",
"make-link": "npx make-link",
"make-link-win": "npx make-lin-win",
"update-version": "npx update-version",
"dev": "vite build --watch",
"build": "vite build",
"make-install": "vite build && node --no-warnings ./scripts/make_install.js"
Expand All @@ -23,7 +23,8 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.72.0",
"siyuan": "0.9.9",
"siyuan": "1.0.3",
"siyuan-plugin-cli": "^2.3.1",
"solid-js": "^1.8.17",
"solid-styled-jsx": "^0.27.1",
"ts-node": "^10.9.2",
Expand All @@ -33,4 +34,4 @@
"vite-plugin-static-copy": "^1.0.5",
"vite-plugin-zip-pack": "^1.2.2"
}
}
}
9 changes: 6 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "plugin-sample-vite-solidjs",
"author": "frostime",
"url": "https://github.com/frostime/plugin-sample-vite-solidjs",
"version": "0.3.5",
"version": "0.3.6",
"minAppVersion": "3.0.12",
"backends": [
"all"
Expand All @@ -28,6 +28,9 @@
]
},
"keywords": [
"plugin", "sample", "插件样例", "solidjs"
"plugin",
"sample",
"插件样例",
"solidjs"
]
}
}
5 changes: 0 additions & 5 deletions scripts/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/elevate.ps1

This file was deleted.

66 changes: 0 additions & 66 deletions scripts/make_dev_link.js

This file was deleted.

57 changes: 0 additions & 57 deletions scripts/make_install.js

This file was deleted.

141 changes: 0 additions & 141 deletions scripts/update_version.js

This file was deleted.

Loading

0 comments on commit 54b1e06

Please sign in to comment.