Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 23, 2024
1 parent 36e07b5 commit 418d9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"sync:localize": "code-recycle ./script/sync-localize.ts --cwd ./src ",
"test": "rimraf ./test/fixture-output && node --import tsx --inspect ./node_modules/.bin/mocha \"test/**/*.ts\"",
"build": "rimraf ./dist && tsx ./script/build.cli.ts && tsc -p ./tsconfig.build-import.json && tsx ./script/build.import.ts && cpx ./*.md ./dist && cpx ./src/package.json ./dist",
"build": "rimraf ./dist && tsx ./script/build.cli.ts && tsc -p ./tsconfig.build-import.json && tsx ./script/build.import.ts && cpx \"./*.md\" ./dist && cpx ./src/package.json ./dist",
"release-publish": "npm run build && npm --registry=http://192.168.31.88:5555 publish ./dist"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| [中文](./readme.zh-Hans.md) | [English](./readme.md) |
| [中文](https://github.com/wszgrcy/cyia-localize/blob/master/readme.zh-Hans.md) | [English](./readme.md) |
| --------------------------- | ---------------------- |

---
Expand Down
2 changes: 1 addition & 1 deletion readme.zh-Hans.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| [中文](./readme.zh-Hans.md) | [English](./readme.md) |
| [中文](https://github.com/wszgrcy/cyia-localize/blob/master/readme.zh-Hans.md) | [English](./readme.md) |
| --------------------------- | ---------------------- |

---
Expand Down

0 comments on commit 418d9bf

Please sign in to comment.