File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ node_modules/**
5
5
src /**
6
6
.gitignore
7
7
.yarnrc
8
- webpack.config.js
8
+ webpack.config.mjs
9
9
vsc-extension-quickstart.md
10
10
** /tsconfig.json
11
11
** /.eslintrc.json
12
12
** /* .map
13
13
** /* .js.map
14
14
** /* .ts
15
- ** /.vscode-test. *
15
+ ** /.vscode-test. *
Original file line number Diff line number Diff line change 54
54
"format-check" : " prettier --ignore-path .gitignore --check \" **/*.+(ts|json)\" " ,
55
55
"install" : " pip install -r requirements.txt --target bundled/libs" ,
56
56
"lint" : " eslint src --ext ts" ,
57
- "package" : " webpack --mode production --devtool source-map --config ./webpack.config.js " ,
57
+ "package" : " webpack --mode production --devtool source-map --config ./webpack.config.mjs " ,
58
58
"pretest" : " npm run compile-tests && npm run compile && npm run lint" ,
59
59
"test" : " vscode-test" ,
60
60
"vsce-package" : " vsce package -o zenml.vsix" ,
You can’t perform that action at this time.
0 commit comments