Skip to content

Commit 404e7a5

Browse files
chore: remove verify-esm script
1 parent 24d6798 commit 404e7a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"build": "npm run build:cjs && npm run build:esm && npm run prettier",
6060
"build:cjs": "tsc",
6161
"build:esm": "node scripts/build-esm.js",
62-
"verify-esm": "node scripts/verify-esm.js",
6362
"check": "npm run jshint && npm run jscs",
6463
"ci": "npm run test && npm run nsp && npm run prettier-check",
6564
"nsp": "npm audit --production",

0 commit comments

Comments
 (0)