Skip to content

Commit 059f05a

Browse files
Rename build command
1 parent 309d094 commit 059f05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litepy-rc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",
19-
"build_unix": "react-scripts build && rm -rf ../resources/* && mv build/* ../resources/",
19+
"build": "react-scripts build && rm -rf ../resources/* && mv build/* ../resources/",
2020
"test": "react-scripts test",
2121
"eject": "react-scripts eject"
2222
},

0 commit comments

Comments
 (0)