Re-doing bundling...
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"scripts": {
|
||||
"lint": "eslint --ext js .",
|
||||
"release": "npx semantic-release",
|
||||
"test": "npx cross-env FORCE_COLOR=1 npx jest"
|
||||
"test": "npx cross-env FORCE_COLOR=1 npx jest",
|
||||
"build": "ncc build action.js -o dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
|
||||
Reference in New Issue
Block a user