create-base-react-app 2.0.2 → 2.0.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -432,7 +432,7 @@ Modern React starter powered by:
432
432
 
433
433
  if (projectName === ".") {
434
434
  console.log("starting dev server...");
435
- runCommand("npm install --package-lock-only");
435
+ runCommand("npm run dev");
436
436
  } else {
437
437
  console.log("Run:");
438
438
  console.log(`cd ${projectName}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-base-react-app",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "create-react-js-tailwind": "./index.js"