mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 14:16:04 -05:00
npm install in package json
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user