Skip to content

Commit

Permalink
add build directory to release package
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezystem committed Dec 7, 2023
1 parent 2ea8b42 commit 3c77c1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MJBarChart Test
name: MJBarChart Tests

on: push

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"keywords": [
"mjml",
"chart",
"bar chart",
"charts",
"bar",
"bars",
"email"
],
"main": "./build/index.js",
Expand All @@ -24,6 +26,10 @@
"default": "./build/index.js"
}
},
"files": [
"build/**/*",
"src/**/*"
],
"scripts": {
"watch": "tsc --watch",
"prebuild": "rm -rf build",
Expand Down

0 comments on commit 3c77c1e

Please sign in to comment.