Skip to content

Commit

Permalink
Add npm run "test:windows"
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Mar 22, 2022
1 parent 6abe10c commit 41bc7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "npm run test:verify && npm run test:main && npm run test:viewer",
"test:verify": "es-pack build -m umd esm esm-compat --verify",
"test:main": "es-pack test --node --browser",
"test:windows": "es-pack build -m umd esm esm-compat",
"test:viewer": "(cd ./examples/geo-viewer && es-pack build);",
"dev": "es-pack build --dev"
},
Expand Down

0 comments on commit 41bc7c0

Please sign in to comment.