Skip to content

Commit

Permalink
chore: react-intl-universal-extract bump to version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Nov 2, 2022
1 parent f3f60a3 commit 0d0a2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-intl-universal-extract/develop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Develop
- Run test cases: `tnpm run test`
- Run cli: `node bin/index.js -cmd extract --source-path ./test-files`
- publish: `npm publish` (no need to build)
1 change: 1 addition & 0 deletions packages/react-intl-universal-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch --verbose --coverage",
"build": "echo \"use script in /src\"",
"clean": "rimraf coverage/ lib/",
"preversion": "npm run clean && npm run build && npm run test",
"prepublish": "npm run clean && npm run build"
Expand Down

0 comments on commit 0d0a2a0

Please sign in to comment.