Skip to content

Commit

Permalink
#80 fixed PR - watch mode was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Jul 5, 2021
1 parent d474b3f commit eda32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"build:browser": "cross-env BROWSERSLIST_ENV=browser microbundle build --raw -f iife src/js/browser.js -o dist/tobii.min.js --no-sourcemap --name Tobii",
"clean": "rimraf dist",
"dev": "microbundle watch --raw --format cjs",
"dev-modern": "microbundle watch --raw --format modern",
"dev-modern": "microbundle watch --raw --format esm",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit eda32a0

Please sign in to comment.