We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48e03 commit b5b7bbdCopy full SHA for b5b7bbd
.github/workflows/tests.yml
@@ -86,6 +86,8 @@ jobs:
86
registry-url: https://registry.npmjs.org/
87
- name: Install Dependencies
88
run: npm ci
89
+ - name: Build
90
+ run: npm run build
91
- name: Publish 📝
92
run: |
93
PUBLISHED=$(npm info @markedjs/testutils version)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@markedjs/testutils",
3
- "version": "17.0.1-1",
+ "version": "17.0.1-2",
4
"description": "Test utilities for marked and marked extensions",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments