package.json names

This commit is contained in:
ThatOneCalculator 2022-05-31 19:41:15 -07:00
parent 66ab7591bf
commit 3820a0722d
4 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,7 @@ jobs:
env:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
YARN_CHECKSUM_BEHAVIOR: update
redis:
image: redis:6
ports:
@ -39,8 +40,6 @@ jobs:
- run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure

View File

@ -1,4 +1,5 @@
{
"name": "backend",
"main": "./index.js",
"private": true,
"type": "module",

View File

@ -1,4 +1,5 @@
{
"name": "client",
"private": true,
"scripts": {
"watch": "vite build --watch --mode development",

View File

@ -1,4 +1,5 @@
{
"name": "sw",
"private": true,
"scripts": {
"watch": "node build.js watch",