Skip to content

Commit

Permalink
Fix build asset generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jan 23, 2023
1 parent 198fa05 commit 2f9836e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-bugs-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@runroom/purejs": patch
---

Generate build previous to release
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"library",
"no-jquery"
],
"files": [
"lib",
"index.d.ts",
"purejs.js",
"purejs.js.map",
"index.js",
"index.js.map"
],
"main": "purejs.js",
"typings": "index.d.ts",
"engines": {
Expand All @@ -29,6 +37,7 @@
"lint:prettier": "prettier --check .github src test .eslintrc.js jest.config.ts webpack.config.babel.js",
"lint:tsc": "tsc --noEmit --pretty false",
"pretest": "run-p build:*",
"prerelease": "run-p build:*",
"release": "changeset publish",
"test": "jest"
},
Expand Down

0 comments on commit 2f9836e

Please sign in to comment.