Skip to content

Commit

Permalink
fix: missing commands in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowsith committed Feb 14, 2023
1 parent f6e74c3 commit 303547f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mkdir -p dist
npm install
./node_modules/.bin/webpack --mode=production
rm -f mattermost-vimeo-plugin.tar.gz
rm -rf mattermost-vimeo-plugin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mattermost-vimeo",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "webpack.config.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Mattermost web app plugin to have an embedded videoplayer for Vimeo urls",
"homepage_url": "https://github.com/Shadowsith/mattermost-plugin-vimeo",
"support_url": "https://github.com/Shadowsith/mattermost-plugin-vimeo/issues",
"release_notes_url": "https://github.com/Shadowsith/mattermost-plugin-vimeo/releases/tag/1.0.1",
"version": "1.0.1",
"release_notes_url": "https://github.com/Shadowsith/mattermost-plugin-vimeo/releases/tag/1.0.2",
"version": "1.0.2",
"webapp": {
"bundle_path": "main.js"
},
Expand Down

0 comments on commit 303547f

Please sign in to comment.