Skip to content

Commit

Permalink
test: move test:exaport to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Oct 23, 2024
1 parent 53b2156 commit 5f29ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit 5f29ec4

Please sign in to comment.