|
94 | 94 | "=============================================================================== components": "", |
95 | 95 | "make-one": "make() { components/bin/makeAll --no-subdirs $3 $4 --$2 components/$2/$1; }; make", |
96 | 96 | "_bundle:pkg": "pkg() { echo '{\n \"type\": \"commonjs\"\n}' > bundle$1/package.json; }; pkg", |
97 | | - "_bundle-build:pkg": "", |
| 97 | + "_bundle--build:pkg": "", |
98 | 98 | "_pre_make": "pre() { npm run clean:dir bundle$2 && npm run clean:lib $1; }; pre", |
99 | 99 | "_make": "make() { components/bin/makeAll --$1 --terse $2 $3 components/$1; }; make", |
100 | | - "_make_": "m() { npm run -- _pre_make $1 $2 && npm run -- _make $1 $3 $4; npm run -- _bundle$4:pkg $2; }; m", |
| 100 | + "_make_": "m() { npm run -- _pre_make $1 $2 && npm run -- _make $1 $3 $4 && npm run -- _bundle$4:pkg $2; }; m", |
101 | 101 | "make-cjs-components": "npm run -s -- _make_ cjs -cjs --bundle-cjs", |
102 | 102 | "make-mjs-components": "npm run -s -- _make_ mjs", |
103 | 103 | "make-components": "npm run -s make-mjs-components", |
104 | 104 | "=============================================================================== build": "", |
105 | 105 | "pre_build": "echo 'Compiling typescript files'", |
106 | | - "_build": "build() { npm run compile-$1; echo; npm run -- make-$1-components $2; }; build", |
| 106 | + "_build": "build() { npm run compile-$1 && echo && npm run -- make-$1-components $2; }; build", |
107 | 107 | "_build_": "b() { echo '============='; echo Building $1:; echo '============='; npm run -- _build $1 $2; }; b", |
108 | 108 | "build-cjs": "npm run -s -- _build_ cjs --build", |
109 | 109 | "build-mjs": "npm run -s -- _build_ mjs", |
|
0 commit comments