cli-z-develop 0.0.8 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -2431
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-z-develop",
3
- "version": "0.0.8",
3
+ "version": "0.0.11",
4
4
  "description": "前端本地开发命令行工具",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "prepare": "husky",
12
12
  "dev": "rollup -c -w --environment DEBUG:true",
13
- "build": "rollup -c --environment DEBUG:true",
13
+ "build": "rollup -c",
14
14
  "eslint": "eslint '**/*.{ts,js}' --fix",
15
15
  "prettier": "prettier -wu .",
16
16
  "upload": "npm version patch && npm run build && npm publish --access public --registry https://registry.npmjs.org/"