Skip to content

Commit 97b14d5

Browse files
committed
add prepack test to cli
1 parent 4b3b2c2 commit 97b14d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
"LICENSE"
4141
],
4242
"scripts": {
43+
"prepare": "node tests/test-cli.js",
4344
"test": "node --test ../core/__tests__/unit/cli.test.cjs"
4445
},
4546
"dependencies": {
4647
"@react-zero-ui/core": "^0.3.3"
4748
}
48-
}
49+
}

0 commit comments

Comments
 (0)