Skip to content

Commit

Permalink
Run build before npm publish (#55)
Browse files Browse the repository at this point in the history
* Run build before NPM publish

* Update CHANGELOG
  • Loading branch information
jopdeklein authored Feb 7, 2023
1 parent e86c147 commit 8dbe99e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# v4.0.2

- :house: Run build before NPM publish

# v4.0.1

- :nail_care: Fix types for initialize and addActivateListener
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"clean:booleanToggle": "jscodeshift --transform lib/transform/booleanToggle.js",
"clean:toggle": "jscodeshift --transform lib/transform/toggle.js",
"jscodeshift": "jscodeshift",
"prepare": "npm run build",
"test": "jest src",
"test:watch": "jest --watch src"
},
Expand Down

0 comments on commit 8dbe99e

Please sign in to comment.