Skip to content

Commit

Permalink
patch: test1
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 26, 2024
1 parent 2ab7fe1 commit 42b0c3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/auto-trigger-quark-doc-home-update.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/ # 如果不配置将影响publish

- run: npm install
- run: npm run build
# - run: npm run build # npm publish的时候会自动执行 prepublishOnly 脚本(package.json)

- name: publish # 向npm publish 代码 请遵循npm规范.
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quark-doc-header",
"version": "2.0.18",
"version": "2.0.19",
"scripts": {
"dev": "npm run start",
"start": "vite --open",
Expand Down

0 comments on commit 42b0c3e

Please sign in to comment.