Skip to content

Commit

Permalink
Prevent Microbundle from overwriting manual types in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Aug 24, 2024
1 parent 298617e commit 11a8d32
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 @@ -27,7 +27,7 @@
"repository": "valeriangalliat/markdown-it-anchor",
"scripts": {
"build": "microbundle --generateTypes false",
"dev": "microbundle watch",
"dev": "microbundle --generateTypes false watch",
"lint": "standard index.js test.js",
"prepare": "npm run build && npm test",
"test": "npm run lint && ava test.js"
Expand Down

0 comments on commit 11a8d32

Please sign in to comment.