Comparing version 2.5.16 to 2.5.17
@@ -1,1 +0,1 @@ | ||
{"name":"techor","scripts":{"build":"esbuild src/bin/index.ts --bundle --outfile=dist/bin/index.bundle.js --format=cjs --target=esnext --platform=node --external:@techor/fs --external:@techor/log --external:commander --external:@techor/version --external:@techor/pack","dev":"npm run build -- --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.bundle.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.5.16","@techor/log":"^2.5.16","commander":"^11.0.0"},"version":"2.5.16"} | ||
{"name":"techor","scripts":{"build":"esbuild src/bin/index.ts --bundle --outfile=dist/bin/index.bundle.js --format=cjs --target=esnext --platform=node --external:@techor/fs --external:@techor/log --external:commander --external:@techor/version --external:@techor/pack","dev":"pnpm run build --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.bundle.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.5.17","@techor/log":"^2.5.17","commander":"^11.0.0"},"version":"2.5.17"} |
@@ -150,3 +150,3 @@ <br> | ||
"build": "ts-node ../techor/src/bin pack", | ||
"dev": "npm run build -- --watch", | ||
"dev": "pnpm run build --watch", | ||
"test": "jest", | ||
@@ -162,19 +162,19 @@ "type-check": "tsc --noEmit", | ||
```bash | ||
npm run dev | ||
pnpm run dev | ||
``` | ||
Build your application or package: | ||
```bash | ||
npm run build | ||
pnpm run build | ||
``` | ||
Test your business logic or UI by running scripts: | ||
```bash | ||
npm run test | ||
pnpm run test | ||
``` | ||
Find and fix problems in JavaScript code before building: | ||
```bash | ||
npm run lint | ||
pnpm run lint | ||
``` | ||
Improve reliability with TypeScript's type checking: | ||
```bash | ||
npm run type-check | ||
pnpm run type-check | ||
``` | ||
@@ -213,4 +213,4 @@ | ||
- run: npm ci | ||
- run: npm run build | ||
- run: npm run test | ||
- run: pnpm run build | ||
- run: pnpm run test | ||
``` | ||
@@ -217,0 +217,0 @@ The same goes for `lint` and `type-check`. |
14366
Updated@techor/fs@^2.5.17
Updated@techor/log@^2.5.17