Skip to content

Commit

Permalink
Merge pull request #41 from frouriojs/develop
Browse files Browse the repository at this point in the history
chore(release): 0.10.2
  • Loading branch information
solufa authored Sep 18, 2020
2 parents 7e3eeb5 + b98b6cd commit a6959a9
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.10.2](https://github.com/frouriojs/create-frourio-app/compare/v0.10.1...v0.10.2) (2020-09-18)


### Bug Fixes

* add build:server command ([ceb2c65](https://github.com/frouriojs/create-frourio-app/commit/ceb2c654ee6ada5cd4de22cffb3be060a4058fb4))

### [0.10.1](https://github.com/frouriojs/create-frourio-app/compare/v0.10.0...v0.10.1) (2020-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-frourio-app",
"version": "0.10.1",
"version": "0.10.2",
"description": "Create a frourio project in seconds",
"author": "Solufa <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions templates/front/next/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dev:typeormer": "cd server && node_modules/.bin/typeormer --watch<% } %>",
"build": "run-p build:front build:server",
"build:front": "aspida && next build",
"build:server": "<% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production",
"build:frourio": "cd server && node_modules/.bin/frourio<% if (dbModule) { %>",
"build:typeormer": "cd server && node_modules/.bin/typeormer<% } %>",
"build:types": "aspida && <% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio",
Expand Down
12 changes: 7 additions & 5 deletions templates/front/none/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"scripts": {
"dev": "run-p dev:*",
"dev:server": "cd server && node_modules/.bin/webpack --watch --mode=development",
"dev:frourio": "cd server && node_modules/.bin/frourio --watch",
"build": "npm run build:frourio && npm run build:server",
"build:server": "cd server && node_modules/.bin/webpack --mode=production",
"build:frourio": "cd server && node_modules/.bin/frourio --build",
"dev:frourio": "cd server && node_modules/.bin/frourio --watch<% if (dbModule) { %>",
"dev:typeormer": "cd server && node_modules/.bin/typeormer --watch<% } %>",
"build": "<% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production",
"build:frourio": "cd server && node_modules/.bin/frourio<% if (dbModule) { %>",
"build:typeormer": "cd server && node_modules/.bin/typeormer<% } %>",
"build:types": "<% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio",
"install:server": "cd server && <%= pm %> install",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "npm run lint -- --fix",
"start": "cd server && cross-env NODE_ENV=production node index.js",
"typecheck": "npm run build:frourio && tsc --noEmit -p server"
"typecheck": "npm run build:types && tsc --noEmit -p server"
},
"lint-staged": {
"*.{js,ts}": "npm run lint"
Expand Down
2 changes: 2 additions & 0 deletions templates/front/nuxt/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"dev:aspida": "aspida --watch",
"dev:frourio": "cd server && node_modules/.bin/frourio --watch<% if (dbModule) { %>",
"dev:typeormer": "cd server && node_modules/.bin/typeormer --watch<% } %>",
"build": "run-p build:front build:server",
"build:front": "aspida && nuxt-ts generate",
"build:server": "<% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production",
"build:frourio": "cd server && node_modules/.bin/frourio<% if (dbModule) { %>",
"build:typeormer": "cd server && node_modules/.bin/typeormer<% } %>",
"build:types": "aspida && <% if (dbModule) { %>npm run build:typeormer && <% } %>npm run build:frourio",
Expand Down
29 changes: 25 additions & 4 deletions test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -175,6 +176,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -269,6 +271,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -364,6 +367,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -462,6 +466,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -565,6 +570,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -668,6 +674,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -771,6 +778,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -870,6 +878,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -968,6 +977,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -1071,6 +1081,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:typeormer && npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:typeormer': 'cd server && node_modules/.bin/typeormer',
'build:types': 'aspida && npm run build:typeormer && npm run build:frourio',
dev: 'run-p dev:*',
Expand Down Expand Up @@ -1170,6 +1181,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1264,6 +1276,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1344,17 +1357,17 @@ Generated by [AVA](https://avajs.dev).
},
private: true,
scripts: {
build: 'npm run build:frourio && npm run build:server',
'build:frourio': 'cd server && node_modules/.bin/frourio --build',
'build:server': 'cd server && node_modules/.bin/webpack --mode=production',
build: 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:types': 'npm run build:frourio',
dev: 'run-p dev:*',
'dev:frourio': 'cd server && node_modules/.bin/frourio --watch',
'dev:server': 'cd server && node_modules/.bin/webpack --watch --mode=development',
'install:server': 'cd server && yarn install',
lint: 'eslint --ext .ts,.js .',
'lint:fix': 'npm run lint -- --fix',
start: 'cd server && cross-env NODE_ENV=production node index.js',
typecheck: 'npm run build:frourio && tsc --noEmit -p server',
typecheck: 'npm run build:types && tsc --noEmit -p server',
},
}

Expand Down Expand Up @@ -1453,8 +1466,10 @@ Generated by [AVA](https://avajs.dev).
},
private: true,
scripts: {
build: 'run-p build:front build:server',
'build:front': 'aspida && nuxt-ts generate',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1551,6 +1566,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1645,6 +1661,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1739,6 +1756,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1833,6 +1851,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -1927,6 +1946,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down Expand Up @@ -2021,6 +2041,7 @@ Generated by [AVA](https://avajs.dev).
build: 'run-p build:front build:server',
'build:front': 'aspida && next build',
'build:frourio': 'cd server && node_modules/.bin/frourio',
'build:server': 'npm run build:frourio && cd server && node_modules/.bin/webpack --mode=production',
'build:types': 'aspida && npm run build:frourio',
dev: 'run-p dev:*',
'dev:aspida': 'aspida --watch',
Expand Down
Binary file modified test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit a6959a9

Please sign in to comment.