Add --license flag to javascript-action (#56)

This commit is contained in:
Thomas Boop
2020-09-11 07:18:17 -04:00
committed by GitHub
parent 7824214cf5
commit dac74783d2
4 changed files with 16 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
},
@ -25,7 +25,7 @@
},
"homepage": "https://github.com/actions/javascript-action#readme",
"dependencies": {
"@actions/core": "^1.1.1"
"@actions/core": "^1.2.5"
},
"devDependencies": {
"@vercel/ncc": "^0.24.0",