Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Sep 9, 2023
1 parent a38ef74 commit 9024ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
npm i
npm run publish
node build-script/pack-ccx.mjs --version ${{ github.event.inputs.tag_name }}
- name: Create Release
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack --config ./build-script/webpack.config.js --watch",
"build": "npx webpack --config ./build-script/webpack.config.js",
"publish": "npx webpack --config ./build-script/webpack.config.js --mode production",
"format": "npx prettier -w typescripts"
},
"repository": {
Expand Down

0 comments on commit 9024ee7

Please sign in to comment.