File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/@apphosting/adapter-nextjs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
"build" : " rm -rf dist && tsc && chmod +x ./dist/bin/*" ,
25
25
"test" : " npm run test:unit && npm run test:functional" ,
26
26
"test:unit" : " ts-mocha -p tsconfig.json 'src/**/*.spec.ts' 'src/*.spec.ts'" ,
27
- "test:functional" : " node --loader ts-node/esm ./e2e/run-local.ts" ,
27
+ "test:functional" : " NODE_DEBUG=* node --loader ts-node/esm --trace-warnings --unhandled-rejections=strict ./e2e/run-local.ts" ,
28
28
"localregistry:start" : " npx verdaccio --config ../publish-dev/verdaccio-config.yaml" ,
29
29
"localregistry:publish" : " (npm view --registry=http://localhost:4873 @apphosting/adapter-nextjs && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873"
30
30
},
You can’t perform that action at this time.
0 commit comments