Skip to content

Commit f1699a4

Browse files
committed
fix: add cross-env for windows-support
1 parent fe144e1 commit f1699a4

File tree

3 files changed

+20771
-2
lines changed

3 files changed

+20771
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"lib/**": true,
99
"**/node_modules": true,
1010
"**/bower_components": true,
11-
"**/yarn.lock": true
11+
"**/yarn.lock": true,
12+
"**/package-lock.json": true
1213
},
1314
"workbench.colorCustomizations": {
1415
"activityBar.background": "#2B3011",

0 commit comments

Comments
 (0)