Skip to content

Commit

Permalink
fix: Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Mar 10, 2023
1 parent c44943a commit c9099cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/phoenix_webcomponent/.releaserc.yaml
Expand Up @@ -24,8 +24,8 @@ plugins:
npm install;
sed -i 's%"version": "[0-9\.]\+"%"version": "${nextRelease.version}"%' package.json;
npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN;
test -z "${nextRelease.channel}" && npm publish || npm publish --tag "${nextRelease.channel}";
mix prepublish;
test -z "${nextRelease.channel}" && npm publish || npm publish --tag "${nextRelease.channel}";
'publishCmd' : |
echo publish phoenix_webcomponent ${nextRelease.version};
mix hex.publish --yes
5 changes: 4 additions & 1 deletion apps/phoenix_webcomponent/package.json
Expand Up @@ -8,7 +8,7 @@
"./svg/*.svg": "./priv/mdi/svg/*.svg"
},
"scripts": {
"prepublish": "mix tailwind default && mix esbuild default"
"build": "mix tailwind default && mix esbuild default"
},
"files": [
"README.md",
Expand All @@ -18,6 +18,9 @@
"priv/static/",
"priv/svg/"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@gsmlg/lit": "^1.29.5",
"lit": "^2.4.1",
Expand Down

0 comments on commit c9099cc

Please sign in to comment.