mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-10 20:56:57 +00:00
Run test before compile
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"all": "npm run lint && npm run prepare && npm run test"
|
"all": "npm run lint && npm run test && npm run prepare"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user