chore: builds esm register script

This commit is contained in:
James
2024-03-08 11:16:55 -05:00
parent 6b28e72686
commit d75bf235bb
10 changed files with 456 additions and 136 deletions

View File

@@ -47,6 +47,7 @@
"docker:start": "docker-compose -f packages/plugin-cloud-storage/docker-compose.yml up -d",
"docker:stop": "docker-compose -f packages/plugin-cloud-storage/docker-compose.yml down",
"fix": "eslint \"packages/**/*.ts\" --fix",
"generate:types": "PAYLOAD_CONFIG_PATH=./test/_community/config.ts node ./packages/payload/bin.js",
"lint": "eslint \"packages/**/*.ts\"",
"lint-staged": "lint-staged",
"prepare": "husky install",
@@ -72,7 +73,6 @@
"@playwright/test": "1.42.1",
"@swc/cli": "^0.1.62",
"@swc/jest": "0.2.36",
"@swc/register": "0.1.10",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/concat-stream": "^2.0.1",