removes old code

This commit is contained in:
James
2020-12-27 12:19:43 -05:00
parent dede06ad76
commit c9616b01ac
2 changed files with 0 additions and 8 deletions

View File

@@ -15,13 +15,7 @@
"build:components": "webpack --config src/webpack/components.config.js",
"build": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts node dist/bin/build",
"build:tsc": "tsc",
"build:watch": "nodemon --watch 'src/**' --ext 'ts' --exec 'yarn build:tsc'",
"build:analyze": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js PAYLOAD_ANALYZE_BUNDLE=true node src/bin/build",
"cov": "npm run core:build && node ./node_modules/jest/bin/jest.js src/tests --coverage",
"debug": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts nodemon --inspect demo/server.js",
"debug:test:int": "node --inspect-brk node_modules/.bin/jest --runInBand",
"dev": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts nodemon",
"lint": "eslint .",
"test": "yarn test:int && yarn test:client",
"pretest": "tsc-silent --project tsconfig.json --suppress @",
"test:int": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts NODE_ENV=test DISABLE_LOGGING=true jest --forceExit --runInBand",