[AAE-15422] Publish bundles only if libs are affected by merged code (#8694)

* Publish only if code is affected

* use ncc vercel

* ignore

* ignore

* ignore nodemodules

* remove test

* Update .gitignore only action dist
This commit is contained in:
Maurizio Vitale
2023-06-28 14:34:32 +01:00
committed by GitHub
parent 1f74f5e1b1
commit ee863391e1
9 changed files with 4692 additions and 4 deletions
@@ -0,0 +1,20 @@
{
"name": "print-affected-libs",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1"
}
}