Skip to content

Commit 1764d3a

Browse files
committed
Update sync-assets command to use yarn for asset copying
1 parent 178aea4 commit 1764d3a

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
@@ -125,7 +125,7 @@
125125
"test": "jest",
126126
"start": "npm run sync-assets & webpack-dev-server --mode development --open --hot",
127127
"build": "rm -rf ./public/ && npm run sync-assets && webpack build --progress --mode production -o ./public",
128-
"sync-assets": "copy-aragon-ui-assets -n aragon-ui ./public"
128+
"sync-assets": "yarn copy-aragon-ui-assets -n aragon-ui ./public"
129129
},
130130
"browserslist": {
131131
"development": ">2%, last 1 edge versions, not ie > 0, not op_mini all",

0 commit comments

Comments
 (0)