Skip to content

Commit 7a9346b

Browse files
authored
Merge pull request #34 from Linkurious/develop
Release 1.0.7 [ci:run]
2 parents 81465c2 + fc12a3f commit 7a9346b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"scripts": {
1616
"lint": "eslint --fix .",
1717
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
18-
"build": "mkdir -p tmp/github_release && npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke && ln -sf lke-plugin-data-table.lke tmp/lke-plugin-data-table-v$(cat .version).lke",
18+
"build": "mkdir -p tmp/github_release && npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke && ln -sf lke-plugin-data-table.lke tmp/github_release/lke-plugin-data-table-v$(cat .version).lke",
1919
"plugin:tar": "scripts/postpack.js",
20-
"manual-upload": "gh release create \"v$(cat .version)\" tmp/lke-plugin-data-table-v$(cat .version).lke",
20+
"manual-upload": "gh release create \"v$(cat .version)\" tmp/github_release/lke-plugin-data-table-v$(cat .version).lke",
2121
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
2222
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
2323
"bump:major": "bump2version major && npm version --no-git-tag-version major"

0 commit comments

Comments
 (0)