Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 408 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 408 Bytes

internationalization

Transcend internationalization

Typescript Build

Build this package only:

yarn run tsc
yarn run tsc --watch # Watch mode

Build this package and all dependency packages in main:

yarn build
yarn build --watch # Watch mode

Create a fresh build:

yarn clean && yarn run tsc

Lint

Lint the typescript files in this package:

yarn lint