Skip to content

Commit 940b8e2

Browse files
committed
Merge branch 'develop' of github.com:nielsdejong/neodash into develop
2 parents 24e47c5 + eefb86c commit 940b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"dev": "npx webpack-dev-server --mode development",
26-
"build": "npx webpack --mode production && rm -rf build && mkdir build && cp public/* build/ -r && mkdir build/dist && mv dist/ build/",
26+
"build": "npx webpack --mode production && rm -rf build && mkdir build && cp -r public/* build/ && mkdir build/dist && mv dist/ build/",
2727
"sync": "aws s3 sync --acl public-read build s3://neodash.graphapp.io/preview",
2828
"test": "ts-mocha \"src/**/*.test.tsx\" --require @babel/register --recursive"
2929
},

0 commit comments

Comments
 (0)