Skip to content

Commit 0daad12

Browse files
committed
Mino refactoring
1 parent ce1fb75 commit 0daad12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "jest",
88
"start": "npm run build && http-server -c-1 -o / pages",
99
"build": "webpack",
10-
"d": "git pull && npm outdated && npm update && npm run build && git status && git commit -am. && git push"
10+
"d": "git pull && npm outdated && npm update && npm test && npm run build && git status && git commit -am. && git push"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -20,11 +20,11 @@
2020
},
2121
"homepage": "https://github.com/adrianscheit/web-modbus#readme",
2222
"devDependencies": {
23-
"@types/jest": "^29.5.14",
23+
"@types/jest": "29",
2424
"@types/w3c-web-serial": "1",
2525
"http-server": "14",
26-
"jest": "^29.7.0",
27-
"ts-jest": "^29.2.6",
26+
"jest": "29",
27+
"ts-jest": "29",
2828
"ts-loader": "9",
2929
"typescript": "5",
3030
"webpack-cli": "6"

0 commit comments

Comments
 (0)