mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-28 14:24:13 +00:00
Switching parcel bundle to target node
This commit is contained in:
parent
431a0166b6
commit
9f2cc7fa2c
3 changed files with 91 additions and 42 deletions
129
lib/index.js
129
lib/index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
|
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "parcel build index.js --out-dir lib"
|
"build": "parcel build index.js --out-dir lib --target node --bundle-node-modules"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/github": "^1.0.0"
|
"@actions/github": "^1.0.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue