Skip to content

Commit

Permalink
debug(ci): find dist location
Browse files Browse the repository at this point in the history
  • Loading branch information
elzinko committed Aug 9, 2023
1 parent 2d6210f commit 881ae75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"dir-archiver": "2.1.0"
},
"scripts": {
"bundle": "dir-archiver --src . --dest ./dist/$npm_package_name-$npm_package_version-$(date +%Y%m%d%H%M%S).zip --exclude .DS_Store .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .github"
"bundle": "dir-archiver --src . --dest ./dist/$npm_package_name-$npm_package_version-$(date +%Y%m%d%H%M%S).zip --exclude .DS_Store .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .github",
"infos": "echo \"name: $npm_package_name\" && echo \"version: $npm_package_version\" && echo \"description: $npm_package_description\" && echo \"author: $npm_package_author\" && echo \"license: $npm_package_license\" && echo \"keywords: $npm_package_keywords\" && echo \"repository: $npm_package_repository\"",
"infos-dist": "ls -al && ls -al dist",
"pwd": "pwd"

}
}

0 comments on commit 881ae75

Please sign in to comment.