Skip to content

Commit 173a5ef

Browse files
committed
fix: build script for lactame.com
1 parent eb11b6d commit 173a5ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"src"
88
],
99
"scripts": {
10+
"build": "cheminfo-build --entry src/index.js --root legoinoDeviceInformation",
1011
"eslint": "eslint src",
1112
"eslint-fix": "npm run eslint -- --fix",
1213
"test": "npm run test-coverage && npm run eslint",
13-
"test-coverage": "jest --coverage",
14-
"build": "cheminfo build"
14+
"test-coverage": "jest --coverage"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -28,6 +28,7 @@
2828
"testEnvironment": "node"
2929
},
3030
"devDependencies": {
31+
"cheminfo-build": "^1.1.11",
3132
"cheminfo-publish": "^1.0.21",
3233
"codecov": "^3.8.2",
3334
"eslint": "^7.29.0",

0 commit comments

Comments
 (0)