@kne/system-layout 0.1.0-alpha.2 → 0.1.0-alpha.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kne/system-layout",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "用于一个系统初始化布局",
5
5
  "syntax": {
6
6
  "esmodules": true
@@ -18,9 +18,9 @@
18
18
  "start:md": "npx @kne/md-doc --watch",
19
19
  "build:locale": "microbundle src/locale/*.js -o dist/locale --no-compress --format modern,cjs ",
20
20
  "build:lib-main": "microbundle --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment",
21
- "build:lib": "run-s build:locale build-icon build:lib-main",
21
+ "build:lib": "npm run build-icon && run-s build:locale build:lib-main",
22
22
  "start:lib": "npm run build-icon && microbundle watch --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment",
23
- "build:example": "cd example && npm run build",
23
+ "build:example": "npm run build-icon && cd example && npm run build",
24
24
  "start:example": "cd example && npm run start",
25
25
  "test:build": "run-s build",
26
26
  "test:lint": "eslint .",