Added serve package
This commit is contained in:
parent
53ea63b35f
commit
2634f64d1f
@ -20,7 +20,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"codegen": "graphql-codegen --config codegen.yml"
|
"codegen": "graphql-codegen --config codegen.yml",
|
||||||
|
"serve": "serve -s build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
@ -41,6 +42,7 @@
|
|||||||
"@graphql-codegen/cli": "^1.17.10",
|
"@graphql-codegen/cli": "^1.17.10",
|
||||||
"@graphql-codegen/typescript": "^1.17.10",
|
"@graphql-codegen/typescript": "^1.17.10",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
|
"serve": "^11.3.2",
|
||||||
"typescript-plugin-css-modules": "^2.7.0"
|
"typescript-plugin-css-modules": "^2.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user