Skip to content

Commit

Permalink
fix(pika): fix pika's packaging
Browse files Browse the repository at this point in the history
Publish from the correct folder for pika
  • Loading branch information
tdreyno committed Feb 18, 2020
1 parent 243e502 commit 8c2e74d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "pkg"
}],
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
"assets": [
{"path": "pkg/dist-web/index.min.js", "label": "Minified Web Distribution"}
]
}]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@tdreyno/pretty-please": "^1.1.1",
"@tdreyno/pretty-please": "^1.3.2",
"lodash.flatten": "^4.4.0",
"lodash.isfunction": "^3.0.9",
"lodash.isplainobject": "^4.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1429,10 +1429,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@tdreyno/pretty-please@^1.1.1":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@tdreyno/pretty-please/-/pretty-please-1.3.0.tgz#dd7a29b9b68c4b6c4bcdad07c9c8350d231bc069"
integrity sha512-5Lm7Y8RCEz8leuhCcl/1rj5x2g6aDxmwuclV1FJuoTIDTHceCP8sRMu1cpgxgHuq8X97X7x1lY4Jv2vcASJY3w==
"@tdreyno/pretty-please@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@tdreyno/pretty-please/-/pretty-please-1.3.2.tgz#3612a244545971716a34476c4a30b881082e6c9f"
integrity sha512-oWK6r+rwZnsLr7l6WYblJult/8ryPg2KDRSpTmJTxaKY20+BdDYvIW3X2uAX+l00I1SWAd/k4WIYzUIMdhHP9Q==

"@tootallnate/once@1":
version "1.0.0"
Expand Down

0 comments on commit 8c2e74d

Please sign in to comment.