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

View file

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

View file

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

View file

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