Skip to content

Commit c797283

Browse files
committed
added now-build script
1 parent 5a7717d commit c797283

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
@@ -14,7 +14,8 @@
1414
"start": "react-scripts start",
1515
"build": "react-scripts build",
1616
"test": "react-scripts test",
17-
"eject": "react-scripts eject"
17+
"eject": "react-scripts eject",
18+
"now-build": "react-scripts build"
1819
},
1920
"eslintConfig": {
2021
"extends": "react-app"

0 commit comments

Comments
 (0)