Skip to content

Commit

Permalink
Add package for frontmatter markdown support
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Aug 16, 2024
1 parent f82a4f1 commit 7ec02a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
- if: github.event_name == 'push'
run: npm run build --if-present
- if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^2.0.26",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-remark-frontmatter": "^0.1.0",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
Expand Down

0 comments on commit 7ec02a4

Please sign in to comment.