Skip to content

Commit b5b7bbd

Browse files
authored
run build before release (#199)
1 parent 0b48e03 commit b5b7bbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
registry-url: https://registry.npmjs.org/
8787
- name: Install Dependencies
8888
run: npm ci
89+
- name: Build
90+
run: npm run build
8991
- name: Publish 📝
9092
run: |
9193
PUBLISHED=$(npm info @markedjs/testutils version)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markedjs/testutils",
3-
"version": "17.0.1-1",
3+
"version": "17.0.1-2",
44
"description": "Test utilities for marked and marked extensions",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)