Skip to content

Commit

Permalink
chore: update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardz committed Aug 21, 2024
1 parent d511344 commit 34ddf9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/commands/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ commands:
- run:
name: Install Dependencies
command: |
npm set-script preinstall ""
npm set-script prepare ""
npm pkg delete scripts.preinstall
npm pkg delete scripts.prepare
npm set cache .npm
npm install --prefer-offline --no-audit --no-save
Expand Down
10 changes: 5 additions & 5 deletions src/data/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
"description": "Some landing page description"
},
"body": {
"title": "Welcome to Experience.Monks!",
"description": "To get started, edit <code>pages/index.js</code> and save to reload.",
"title": "Welcome to Monks!",
"description": "To get started, edit <code>src/components/PageHome/PageHome.view.tsx</code> and save to reload.",
"cards": [
{
"title": "Visit out GitHub",
"description": "See our contributions to Open Source community",
"href": "https://github.com/Experience-Monks?q=&type=source"
},
{
"title": "Jam3.dev",
"description": "Learn more about Jam3.dev",
"href": "https://jam3.dev"
"title": "Experience.Monks",
"description": "Learn more about Experience.Monks",
"href": "https://www.monks.com/solutions/experience"
}
]
}
Expand Down

0 comments on commit 34ddf9b

Please sign in to comment.