Skip to content

Commit f8058f8

Browse files
committed
Refactor postbuild
1 parent d80224c commit f8058f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "react-scripts build",
1515
"test": "react-scripts test",
1616
"eject": "react-scripts eject",
17-
"postbuild": "mv build/** ../"
17+
"postbuild": "mv build/static/js/** ../static/js"
1818
},
1919
"eslintConfig": {
2020
"extends": "react-app"

0 commit comments

Comments
 (0)