npm install in package json

This commit is contained in:
Sendou
2019-11-10 18:24:55 +02:00
parent aa3578a08c
commit 2c75ae62f0
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",