Skip to content

Commit

Permalink
Merge pull request #44 from samcyn/feat/site
Browse files Browse the repository at this point in the history
style(site): fix plugin build script
  • Loading branch information
samcyn authored Apr 19, 2024
2 parents ea4b209 + 06ccfca commit e0c6693
Showing 2 changed files with 772 additions and 647 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"develop:plugin": "yarn workspace gatsby-source-hubspot-node develop",
"develop:site": "yarn workspace site develop",
"develop": "npm-run-all -l -p 'develop:site' 'develop:plugin'",
"build:plugin": "yarn workspace plugin build",
"build:plugin": "yarn workspace gatsby-source-hubspot-node build",
"build:site": "yarn workspace site build",
"build": "npm-run-all -s 'build:plugin' 'build:site'",
"serve:site": "yarn workspace site serve",
Loading

0 comments on commit e0c6693

Please sign in to comment.