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",
|
"name": "admin-ui",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wireit",
|
"dev": "wireit",
|
||||||
"build": "wireit",
|
"build": "wireit",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "cd .. && husky install js/.husky"
|
"prepare": "cd .. && husky install js/.husky"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue