Skip to content

Commit bba0ab9

Browse files
fix order and release
1 parent a3d8e54 commit bba0ab9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run lint
31-
- run: npm run check
3231
- run: npm run build
32+
- run: npm run check
3333
- run: npm test

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-markdoc-preprocess",
3-
"version": "0.0.0-alpha.6",
3+
"version": "0.0.0-alpha.10",
44
"description": "A Svelte preprocessor that allows you to use Markdoc.",
55
"type": "commonjs",
66
"keywords": [

0 commit comments

Comments
 (0)