Skip to content

Commit 379f978

Browse files
committed
Include source map and license file in output
1 parent 2235a72 commit 379f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "tsc",
1111
"lint": "tsc --noEmit",
1212
"markdownlint": "markdownlint **/*.md --ignore node_modules",
13-
"package": "ncc build src/main.ts",
13+
"package": "ncc build src/main.ts --source-map --license license.txt",
1414
"release": "npm run package && git add -f dist/",
1515
"test": "jest"
1616
},

0 commit comments

Comments
 (0)