Skip to content

Commit

Permalink
chore(fix): 🔧 🐛 build workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jul 24, 2020
1 parent 5cc9020 commit 8d6b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/x6-example-sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"build": "yarn workspaces run build",
"deploy": "yarn workspaces foreach run deploy",
"deploy": "yarn workspaces run deploy",
"clear": "rimraf node_modules yarn.lock && yarn workspaces run clean"
},
"dependencies": {
Expand Down

0 comments on commit 8d6b1df

Please sign in to comment.