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 cb70a3b commit 5a0d383Copy full SHA for 5a0d383
package.json
@@ -11,7 +11,7 @@
11
"lib-esm"
12
],
13
"scripts": {
14
- "build": "cheminfo-build --entry src/index.js --root XMLParser",
+ "build": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root XMLParser",
15
"check-types": "tsc --noEmit",
16
"clean": "rimraf lib lib-esm",
17
"eslint": "eslint src",
0 commit comments