-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🗂 Update slugToUrl in article theme (#492)
- Loading branch information
Showing
4 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@myst-theme/article': patch | ||
'@myst-theme/site': patch | ||
--- | ||
|
||
Update slugToUrl in article theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,10 @@ | |
"changeset": "changeset", | ||
"version": "changeset version && npm install", | ||
"publish": "npm run clean && npm run build -- --force && changeset publish && git push --follow-tags", | ||
"publish:ci": "npm run clean && npm run build && changeset publish && git push --follow-tags" | ||
"publish:ci": "npm run clean && npm run build && changeset publish && git push --follow-tags", | ||
"bump:myst:packages": "npx npm-upgrade-monorepo -w 'packages/*' 'myst-* @myst-theme/*'", | ||
"bump:myst:themes": "npx npm-upgrade-monorepo -w 'themes/*' 'myst-* @myst-theme/*'", | ||
"bump:myst": "npm run bump:myst:packages && npm run bump:myst:themes" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.1", | ||
|
@@ -52,6 +55,5 @@ | |
"node": ">=14.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters