Skip to content

Commit 9f90d68

Browse files
committed
furystack consolidations
1 parent 31fbfe8 commit 9f90d68

18 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install dependencies
2020
run: yarn install
21-
- name: Prettier check
22-
run: yarn prettier:check
21+
- name: Format check
22+
run: yarn format:check
2323
- name: Build
2424
run: yarn build
2525
env:

.github/workflows/check-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Check version bumps

.yarn/versions/2d4efe43.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releases:
22
common: patch
33
frontend: patch
4-
furystack-boilerplate-app: patch
4+
stack-craft: patch
55
service: patch

.yarn/versions/544e081e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releases:
22
common: patch
33
frontend: patch
4-
furystack-boilerplate-app: patch
4+
stack-craft: patch
55
service: patch

.yarn/versions/5e7c1747.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
releases:
2-
furystack-boilerplate-app: patch
2+
stack-craft: patch

.yarn/versions/bf3e3cf4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releases:
22
common: patch
33
frontend: patch
4-
furystack-boilerplate-app: patch
4+
stack-craft: patch
55
service: patch

.yarn/versions/cee96777.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releases:
22
common: patch
33
frontend: patch
4-
furystack-boilerplate-app: patch
4+
stack-craft: patch
55
service: patch

.yarn/versions/e54633dc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releases:
22
common: patch
33
frontend: patch
4-
furystack-boilerplate-app: patch
4+
stack-craft: patch
55
service: patch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# boilerplate
1+
# Stack Craft
22

3-
Boilerplate app with common type api definitions, a furystack-based backend service and a Shades-based single page application.
3+
Example web app with common type API definitions, a FuryStack-based backend service and a Shades-based single page application.
44

55
# Usage
66

0 commit comments

Comments
 (0)