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