mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
try to streamline the install process
This commit is contained in:
parent
a7ba29a49d
commit
dc1b2a7c5b
@ -5,6 +5,7 @@
|
||||
"author": "Grzegorz Leoniec",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "(cd ./styleguide && yarn install) && yarn styleguide:build",
|
||||
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
||||
"build": "nuxt build",
|
||||
"start": "cross-env NODE_ENV=production node server/index.js",
|
||||
@ -12,7 +13,7 @@
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"styleguide": "(cd ./styleguide && yarn dev)",
|
||||
"styleguide:build": "(cd ./styleguide && yarn build:lib) && yarn upgrade file:./styleguide",
|
||||
"precommit": "npm run lint"
|
||||
"precommit": "yar lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/apollo": "^4.0.0-rc3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user