create-laju-app 1.1.3 → 1.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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -214,7 +214,7 @@ program
214
214
  console.log('');
215
215
 
216
216
  console.log('\x1b[36m Preparing database...\x1b[0m');
217
- execSync('npx knex migrate:latest', { stdio: 'inherit', timeout: 60000 });
217
+ execSync('npm run refresh 1', { stdio: 'inherit', timeout: 60000 });
218
218
  console.log('\x1b[32m ✓ Database ready\x1b[0m');
219
219
  } finally {
220
220
  process.chdir(originalDir);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-laju-app",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "CLI tool to scaffold new Laju framework projects",
5
5
  "keywords": [
6
6
  "laju",