This commit is contained in:
2025-02-13 19:50:59 -06:00
parent 24795a03c6
commit 7656fbd477
2 changed files with 11 additions and 12 deletions

View File

@@ -1,3 +1,2 @@
set path+=.,src/**
let &makeprg="npm run build"

22
fixup
View File

@@ -1,11 +1,11 @@
cat <<EOF >dist/cjs/package.json
{
"type": "commonjs"
}
EOF
cat <<EOF >dist/mjs/package.json
{
"type": "module"
}
EOF
cat <<EOF >dist/cjs/package.json
{
"type": "commonjs"
}
EOF
cat <<EOF >dist/mjs/package.json
{
"type": "module"
}
EOF