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 3b0bc6b commit abd60e6Copy full SHA for abd60e6
package.json
@@ -14,13 +14,13 @@
14
"jest": true
15
},
16
"scripts": {
17
- "build": "rollup -c && cheminfo-build --entry src/index.js --root GSD",
+ "build": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root GSD",
18
"check-types": "tsc --noEmit",
19
"clean": "rimraf lib lib-esm",
20
"example": "nodemon -w src -w examples/example.js -r esm examples/example.js",
21
"eslint": "eslint src --cache",
22
"eslint-fix": "npm run eslint -- --fix",
23
- "prepack": "npm run compile && npm run tsc",
+ "prepack": "npm run tsc",
24
"prettier": "prettier --check src",
25
"prettier-write": "prettier --write src",
26
"test": "npm run test-only && npm run eslint && npm run check-types",
0 commit comments