@aiou/bin-template
Advanced tools
Comparing version 2.1.0 to 2.1.1
# @aiou/bin-template | ||
## 2.1.1 | ||
### Patch Changes | ||
- c6f4847: add ci | ||
## 2.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@aiou/bin-template", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "templates for command project", | ||
@@ -65,6 +65,4 @@ "license": "MIT", | ||
"scripts": { | ||
"prebuild": "rimraf lib", | ||
"build": "tsc", | ||
"pretest": "pnpm run build", | ||
"test": "jest", | ||
"build": "rimraf lib && tsc", | ||
"test": "pnpm run build && jest", | ||
"ci:publish": "pnpm run build && pnpx changeset publish", | ||
@@ -71,0 +69,0 @@ "ci:version": "pnpx changeset version", |
@@ -17,3 +17,3 @@ # @aiou/bin-template | ||
```console | ||
npm install -g @aiou/bin-template | ||
pnpm i -g @aiou/bin-template | ||
``` | ||
@@ -20,0 +20,0 @@ |
@@ -5,3 +5,3 @@ import execa from 'execa' | ||
const cli = path.resolve(__dirname, '../dist/cli.js') | ||
const cli = path.resolve(__dirname, '../lib/cli.js') | ||
@@ -8,0 +8,0 @@ describe('version', () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
244962
24
0