mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* Publish only if code is affected * use ncc vercel * ignore * ignore * ignore nodemodules * remove test * Update .gitignore only action dist
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|