From 5f29ec47d6d6fe51d2c6dbf4ca5ee4548e0059da Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Wed, 23 Oct 2024 21:53:53 +0400 Subject: [PATCH] test: move test:exaport to test script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51c3af9..19aba25 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "test:unit", "build:packages" ], - "command": "npm run test:int" + "command": "npm run test:exports && npm run test:int" }, "kill-next": { "command": "ps aux | grep .next | grep -v grep | awk '{print $2}' | xargs kill -9 2>&1; exit 0" @@ -304,7 +304,7 @@ "command": "cd packages/example-react && npm run build" }, "build": { - "command": "rollup -c rollup.config.js --bundleConfigAsCjs && npm run test:exports", + "command": "rollup -c rollup.config.js --bundleConfigAsCjs", "dependencies": [ "cleanup" ]