drop: you know what, just don't build webpack

This commit is contained in:
shirakaba
2023-11-28 00:37:23 +09:00
parent 1bde86df32
commit 24f5906d1c

View File

@@ -15,7 +15,7 @@
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/dist/packages"],
"options": {
"command": "npx zx ./tools/scripts/pack-webpack5.mjs"
"command": "echo \"Omitting Webpack5 build\""
}
}
}