mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 15:29:40 +00:00
@ -7,7 +7,7 @@
|
||||
"lint": "eslint .",
|
||||
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
"all": "npm run lint && npm run prepare && npm run test"
|
||||
"all": "npm run lint && npm run test && npm run prepare"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user