Skip to content

Commit

Permalink
Fix not properly publishing package on npm (#39504)
Browse files Browse the repository at this point in the history
* Fix not properly publishing package on npm

* add changelog

* Fix npmjs auto publish
  • Loading branch information
dilirity authored Sep 24, 2024
1 parent 4c63c2e commit 3775aca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fix not publishing to npmjs.


1 change: 1 addition & 0 deletions projects/js-packages/critical-css-gen/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"npmjs-autopublish": true,
"autotagger": true,
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-critical-css-gen/compare/v${old}...v${new}"
Expand Down
1 change: 0 additions & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"type": "module",
"name": "@automattic/jetpack-critical-css-gen",
"version": "0.1.0-alpha",
Expand Down

0 comments on commit 3775aca

Please sign in to comment.