From 2c75ae62f0090535b3dc9de4b59c782b762776cf Mon Sep 17 00:00:00 2001 From: Sendou Date: Sun, 10 Nov 2019 18:24:55 +0200 Subject: [PATCH] npm install in package json --- package.json | 4 ++-- react-ui/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 81b617272..2576c80e8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "sendou-ink", - "version": "1.0.0", + "version": "2.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "watch": "nodemon index.js", - "build": "cd react-ui && npm run build && mv build ../build", + "build": "cd react-ui && npm install && npm run build && mv build ../build", "testbuild": "rmdir /s /q build && cd react-ui && npm run build && move build ../build" }, "author": "Sendou", diff --git a/react-ui/package.json b/react-ui/package.json index eaf82de28..c9dcbc57c 100644 --- a/react-ui/package.json +++ b/react-ui/package.json @@ -1,6 +1,6 @@ { - "name": "sendou-ink-new", - "version": "0.1.0", + "name": "sendou-ink-react-ui", + "version": "2.0.0", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.3",