Skip to content

Commit

Permalink
Add mindful-web-newsletter command/config
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Dec 6, 2024
1 parent 97f8356 commit dff8656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"build": "lerna run build",
"compile": "lerna run compile",
"generate-gha-workflows": "mindful-web-newsletter generate-gha-workflows",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"test": "lerna run test"
Expand Down
6 changes: 6 additions & 0 deletions tenants/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"repository": "https://github.com/parameter1/science-medicine-group-newsletters/tree/main/tenants/all",
"license": "MIT",
"private": true,
"newsletter": {
"account": "science-medicine-group",
"tenant": "all",
"stack": "virgon",
"deploy": true
},
"scripts": {
"build": "yarn compile",
"dev": "basecms-newsletters dev --compile-dir ../../packages --watch-dir ../../packages",
Expand Down

0 comments on commit dff8656

Please sign in to comment.