Skip to content

Commit 5a0d383

Browse files
committed
chore: fix build script
1 parent cb70a3b commit 5a0d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib-esm"
1212
],
1313
"scripts": {
14-
"build": "cheminfo-build --entry src/index.js --root XMLParser",
14+
"build": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root XMLParser",
1515
"check-types": "tsc --noEmit",
1616
"clean": "rimraf lib lib-esm",
1717
"eslint": "eslint src",

0 commit comments

Comments
 (0)