Skip to content

Commit

Permalink
delete no-experimental-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nokhnaton committed Nov 4, 2024
1 parent d8de090 commit 609900a
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 @@ -21,7 +21,7 @@
"type-check": "npm run type-check:src && npm run type-check:test",
"type-check:src": "vue-tsc --noEmit",
"type-check:test": "tsc --noEmit --project tests/unit/tsconfig.json && tsc --noEmit --project tests/e2e/tsconfig.json",
"gen-fonts": "node --no-experimental-fetch build/gen-mplus.js",
"gen-fonts": "node build/gen-mplus.js",
"gen-unicode_emojis": "node build/gen-unicode_emojis.js",
"postinstall": "patch-package"
},
Expand Down

0 comments on commit 609900a

Please sign in to comment.