chexiu-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,6 @@ #!/usr/bin/env node | ||
await exec( | ||
`cd ${path.join(process.cwd(), dir)} && dir && yarn && yarn serve` | ||
`cd ${path.join( | ||
process.cwd(), | ||
dir | ||
)} && npm run install && npm run serve` | ||
) | ||
@@ -30,0 +33,0 @@ }) |
{ | ||
"name": "chexiu-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "这是一个cli", | ||
@@ -5,0 +5,0 @@ "module": "esm", |
{ | ||
"name": "vue", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "这是一个由webpack5打包的vue项目", | ||
"scripts": { | ||
"lint": "eslint src --fix --ext .ts,.vue,.js,.json", | ||
"lint": "eslint --fix --ext .tsx,.ts,.js,.vue,.json src/", | ||
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js", | ||
"serve": "cross-env NODE_ENV=development webpack serve --config ./config/webpack.config.js" | ||
"serve": "cross-env NODE_ENV=development webpack serve --config ./config/webpack.config.js", | ||
"postinstall": "husky install" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"vue", | ||
"webpack5" | ||
], | ||
"author": "dengqing", | ||
"license": "ISC", | ||
@@ -33,2 +37,5 @@ "dependencies": { | ||
"@vue/eslint-config-typescript": "^7.0.0", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"husky": "^5.0.0-beta.0", | ||
"babel-loader": "^8.1.0", | ||
@@ -49,3 +56,3 @@ "clean-webpack-plugin": "^3.0.0", | ||
"eslint-webpack-plugin": "^2.2.0", | ||
"html-webpack-plugin": "^4.5.0", | ||
"html-webpack-plugin": "^5.0.0-alpha.13", | ||
"mini-css-extract-plugin": "^1.2.1", | ||
@@ -52,0 +59,0 @@ "postcss-loader": "^4.0.4", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
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
37
47297
780
1
3