We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8014b commit 8df6900Copy full SHA for 8df6900
package.json
@@ -71,7 +71,7 @@
71
"acceptancetest:serverconfig": "nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@server-config' --exit",
72
"acceptancetest:debug": "nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@debug' --exit",
73
"build": "npx lerna run build",
74
- "build-and-test": "npx lerna run build && npx lerna run test",
+ "build-and-test": "npx lerna run build && cd packages/server && npm run test",
75
"build:docker": "docker build . -t ${npm_package_name}",
76
"clean": "npx lerna run clean",
77
"compile": "npx lerna run compile",
0 commit comments