Fix pack step and re-run

This commit is contained in:
PJ Quirk
2020-05-12 15:20:35 -04:00
parent 05997a2463
commit 8934ce0ffe
2 changed files with 9236 additions and 9269 deletions
+9235 -9268
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -38,7 +38,7 @@
"private": true,
"scripts": {
"build": "tsc",
"pack": "ncc build",
"pack": "ncc build lib/main.js",
"test": "jest"
}
}