We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2235a72 commit 379f978Copy full SHA for 379f978
package.json
@@ -10,7 +10,7 @@
10
"build": "tsc",
11
"lint": "tsc --noEmit",
12
"markdownlint": "markdownlint **/*.md --ignore node_modules",
13
- "package": "ncc build src/main.ts",
+ "package": "ncc build src/main.ts --source-map --license license.txt",
14
"release": "npm run package && git add -f dist/",
15
"test": "jest"
16
},
0 commit comments