Skip to content

Commit 04962e9

Browse files
committed
Add workflow improvements
1 parent 14e3615 commit 04962e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/extensions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"recommendations": ["astro-build.astro-vscode"],
2+
"recommendations": [
3+
"astro-build.astro-vscode",
4+
"unifiedjs.vscode-mdx"
5+
],
36
"unwantedRecommendations": []
47
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"copy-assets": "node scripts/copy-assets.cjs",
77
"dev": "npm run copy-assets && astro dev",
8-
"start": "astro dev",
8+
"start": "npm run copy-assets && astro dev",
99
"build": "npm run copy-assets && astro build",
1010
"preview": "npm run copy-assets && astro preview",
1111
"astro": "astro",

0 commit comments

Comments
 (0)