Skip to content

Commit 39ec98d

Browse files
committed
chore: updates deps in build cmd
1 parent eed0f65 commit 39ec98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"scripts": {
2323
"prebuild": "rimraf dist",
24-
"build": "microbundle --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path",
25-
"dev": "microbundle --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path watch",
24+
"build": "microbundle --target node --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path,fs,module,fsevents,crypto,assert,process,tty,constants,readline,v8,node:module,@playwright/test",
25+
"dev": "microbundle --target node --tsconfig tsconfig.build.json --external os,https,zlib,stream,util,events,path,fs,module,fsevents,crypto,assert,process,tty,constants,readline,v8,node:module,@playwright/test watch",
2626
"lint": "yarn run lint:code && yarn run lint:unused",
2727
"lint:fix": "yarn run lint:code --fix",
2828
"lint:code": "eslint",

0 commit comments

Comments
 (0)