Use module type for all packages (#25084)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2023-11-28 13:26:14 +01:00 committed by GitHub
parent e17295d04a
commit 62a73ec85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ {
"name": "admin-ui", "name": "admin-ui",
"type": "module",
"scripts": { "scripts": {
"dev": "wireit", "dev": "wireit",
"build": "wireit", "build": "wireit",

View file

@ -1,5 +1,6 @@
{ {
"name": "root", "name": "root",
"type": "module",
"scripts": { "scripts": {
"prepare": "cd .. && husky install js/.husky" "prepare": "cd .. && husky install js/.husky"
}, },