fix scripts

This commit is contained in:
Chase Welsh 2022-11-21 23:20:27 -07:00
parent 3a0e79d5e3
commit 7963138cff

View file

@ -1,8 +1,6 @@
{
"name": "personal-site",
"homepage": "https://f53.dev",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"version": "0.1.0",
"private": true,
"dependencies": {
@ -27,6 +25,8 @@
"@svgr/webpack": "$@svgr/webpack"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",