create-bdpa-react-scaffold 2.1.2 → 2.1.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.
- package/create-ui-lib.js +2 -0
- package/package.json +1 -1
package/create-ui-lib.js
CHANGED
|
@@ -1816,6 +1816,8 @@ if (!doInstall) {
|
|
|
1816
1816
|
console.log("\nℹ️ Skipping npm install (flag --no-install). Run manually later.");
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
|
+
|
|
1820
|
+
|
|
1819
1821
|
// cd into app directory, npm install, then npm run dev
|
|
1820
1822
|
const isWin = process.platform === "win32";
|
|
1821
1823
|
const npmCmd = isWin ? "npm.cmd" : "npm";
|