File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"lint" : " eslint --fix ." ,
17
17
"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" ,
19
19
"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" ,
21
21
"bump:patch" : " bump2version patch && npm version --no-git-tag-version patch" ,
22
22
"bump:minor" : " bump2version minor && npm version --no-git-tag-version minor" ,
23
23
"bump:major" : " bump2version major && npm version --no-git-tag-version major"
You can’t perform that action at this time.
0 commit comments