We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb11b6d commit 173a5efCopy full SHA for 173a5ef
1 file changed
package.json
@@ -7,11 +7,11 @@
7
"src"
8
],
9
"scripts": {
10
+ "build": "cheminfo-build --entry src/index.js --root legoinoDeviceInformation",
11
"eslint": "eslint src",
12
"eslint-fix": "npm run eslint -- --fix",
13
"test": "npm run test-coverage && npm run eslint",
- "test-coverage": "jest --coverage",
14
- "build": "cheminfo build"
+ "test-coverage": "jest --coverage"
15
},
16
"repository": {
17
"type": "git",
@@ -28,6 +28,7 @@
28
"testEnvironment": "node"
29
30
"devDependencies": {
31
+ "cheminfo-build": "^1.1.11",
32
"cheminfo-publish": "^1.0.21",
33
"codecov": "^3.8.2",
34
"eslint": "^7.29.0",
0 commit comments