Skip to content

Commit 3bec4de

Browse files
committed
build: package.json has new script.
1 parent 10d0d84 commit 3bec4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"lint": "eslint \"src/**/*.{js,jsx}\" \"scripts/**/*.js\" --fix",
4646
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
4747
"predeploy": "npm run build",
48-
"deploy": "gh-pages -d build -b gh-pages"
48+
"deploy": "gh-pages -d build -b gh-pages",
49+
"prod": "git push && npm run build && npm run deploy"
4950
},
5051
"eslintConfig": {
5152
"extends": [

0 commit comments

Comments
 (0)