Skip to content

Commit 8df6900

Browse files
committed
debug: revert me
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
1 parent 6b8014b commit 8df6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"acceptancetest:serverconfig": "nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@server-config' --exit",
7272
"acceptancetest:debug": "nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@debug' --exit",
7373
"build": "npx lerna run build",
74-
"build-and-test": "npx lerna run build && npx lerna run test",
74+
"build-and-test": "npx lerna run build && cd packages/server && npm run test",
7575
"build:docker": "docker build . -t ${npm_package_name}",
7676
"clean": "npx lerna run clean",
7777
"compile": "npx lerna run compile",

0 commit comments

Comments
 (0)