mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
rename 'react' to 'client'
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
"scripts": {
|
||||
"start": "node ./app.js",
|
||||
"dev": "npx concurrently \"npm run server\" \"npm run client\" ",
|
||||
"client": "cd react && npm start",
|
||||
"client": "cd client && npm start",
|
||||
"server": "npx cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
|
||||
"test": "npx cross-env NODE_ENV=test jest",
|
||||
"heroku-postbuild": "cd react && npm install && npm run build"
|
||||
"heroku-postbuild": "cd client && npm install && npm run build"
|
||||
},
|
||||
"cacheDirectories": [
|
||||
"react/node_modules",
|
||||
"client/node_modules",
|
||||
"node_modules"
|
||||
],
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user