Skip to content

Commit b7aa4ac

Browse files
committed
ci: release
1 parent 8962aef commit b7aa4ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"scripts": {
1010
"build-deps": "pnpm --filter=@hello-worlds/* build",
1111
"preinstall": "npx only-allow pnpm",
12-
"test": "echo \"Error: no test specified\" && exit 1",
12+
"test": "jest --passWithNoTests",
13+
"ci": "pnpm --filter=!docs build && pnpm -r test",
14+
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
15+
"ci:release": "pnpm ci && pnpm changeset publish",
1316
"ship:docs": "flyctl deploy ./ --build-arg LIVEBLOCKS_API_KEY=$LIVEBLOCKS_API_KEY -c apps/docs/fly.toml --dockerfile=./apps/docs/Dockerfile"
1417
},
1518
"devDependencies": {

0 commit comments

Comments
 (0)