You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses npm, TypeScript compiler, Jest, webpack, ESLint, Prettier, husky, commitlint. The production files include CommonJS, ES Modules, UMD version and TypeScript declaration files.
7
+
It uses npm, TypeScript compiler, Jest, webpack, ESLint, Prettier, husky, pinst, commitlint. The production files include CommonJS, ES Modules, UMD version and TypeScript declaration files.
@@ -54,7 +54,7 @@ Test your code with Jest framework:
54
54
npm run test
55
55
```
56
56
57
-
**Note:** Example TypeScript Package uses [husky](https://typicode.github.io/husky/) and [commitlint](https://commitlint.js.org/) to automatically execute test and [lint commit message](https://www.conventionalcommits.org/) before every commit.
57
+
**Note:** Example TypeScript Package uses [husky](https://typicode.github.io/husky/), [pinst](https://github.com/typicode/pinst) and [commitlint](https://commitlint.js.org/) to automatically execute test and [lint commit message](https://www.conventionalcommits.org/) before every commit.
58
58
59
59
### Build
60
60
@@ -164,6 +164,8 @@ If you want to modify the description / README on the npm package page, you have
164
164
- Whether you use npm as your package manager ≠ Whether you can publish to the npm registry
165
165
- Works fine in VS Code. In my configuration **.eslintrc** and **.prettierrc** cooperate perfectly
166
166
- See `scripts` in **package.json** for other predefined script commands
167
+
-[pinst](https://github.com/typicode/pinst) is used to solve [a problem of husky](https://typicode.github.io/husky/#/?id=yarn-2)
168
+
- The installation of the package with npm, yarn v1 and yarn v2+ is ensured in [this test](https://github.com/tomchen/example-typescript-package-test)
0 commit comments