Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 63e1769

Browse files
committed
point size script at npm pack --dry
1 parent 45f098b commit 63e1769

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
@@ -11,7 +11,7 @@
1111
"lint-fix": "yarn lint --fix",
1212
"secure": "nsp check",
1313
"semantic-release": "semantic-release",
14-
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
14+
"size": "npm pack --dry",
1515
"pretest": "npm run lint",
1616
"test": "npm run test-unit && npm run test-e2e",
1717
"test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",

0 commit comments

Comments
 (0)