Use ncc --license in order to generate distributable file with Third Party Notice (#115)

* Use ncc --license and update @actions/core

* add gitattributes for dist folder
This commit is contained in:
Thomas Boop
2020-08-28 06:12:36 -04:00
committed by GitHub
parent 93a5a04d23
commit 8353183faf
4 changed files with 17 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
@ -25,7 +25,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4"
"@actions/core": "^1.2.5"
},
"devDependencies": {
"@types/jest": "^26.0.10",