From ceb2c654ee6ada5cd4de22cffb3be060a4058fb4 Mon Sep 17 00:00:00 2001 From: solufa Date: Fri, 18 Sep 2020 19:37:26 +0900 Subject: [PATCH 1/2] fix: add build:server command --- templates/front/next/_package.json | 1 + templates/front/none/_package.json | 12 +++++++----- templates/front/nuxt/_package.json | 2 ++ test/snapshots/index.test.js.md | 29 +++++++++++++++++++++++++---- test/snapshots/index.test.js.snap | Bin 5063 -> 5105 bytes 5 files changed, 35 insertions(+), 9 deletions(-) diff --git a/templates/front/next/_package.json b/templates/front/next/_package.json index 077979ec..a7648138 100644 --- a/templates/front/next/_package.json +++ b/templates/front/next/_package.json @@ -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", diff --git a/templates/front/none/_package.json b/templates/front/none/_package.json index 51456afc..41d7bc9f 100644 --- a/templates/front/none/_package.json +++ b/templates/front/none/_package.json @@ -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" diff --git a/templates/front/nuxt/_package.json b/templates/front/nuxt/_package.json index 68391410..85596268 100644 --- a/templates/front/nuxt/_package.json +++ b/templates/front/nuxt/_package.json @@ -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", diff --git a/test/snapshots/index.test.js.md b/test/snapshots/index.test.js.md index 614902a0..60d94ba0 100644 --- a/test/snapshots/index.test.js.md +++ b/test/snapshots/index.test.js.md @@ -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', @@ -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', @@ -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', @@ -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', @@ -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:*', @@ -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:*', @@ -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:*', @@ -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:*', @@ -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', @@ -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:*', @@ -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:*', @@ -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', @@ -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', @@ -1344,9 +1357,9 @@ 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', @@ -1354,7 +1367,7 @@ Generated by [AVA](https://avajs.dev). 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', }, } @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', diff --git a/test/snapshots/index.test.js.snap b/test/snapshots/index.test.js.snap index 6c28cfc50d2b86bdae3084174825374c0bd59238..9c2f8ed6343fd8c24245118e7c9506b6884f5d64 100644 GIT binary patch literal 5105 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 literal 5063 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 EUo{8Pr2qf` From b98b6cde4d5e6df75b1f82f21a50028c580952f2 Mon Sep 17 00:00:00 2001 From: solufa Date: Fri, 18 Sep 2020 19:38:45 +0900 Subject: [PATCH 2/2] chore(release): 0.10.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ccbaee..d8925baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a9445003..1bd2dfc3 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",