removes old code
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user