Use module
type for all packages (#25084)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
e17295d04a
commit
62a73ec85e
4 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "admin-ui",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wireit",
|
||||
"build": "wireit",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "root",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install js/.husky"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue