We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8962aef commit b7aa4acCopy full SHA for b7aa4ac
package.json
@@ -9,7 +9,10 @@
9
"scripts": {
10
"build-deps": "pnpm --filter=@hello-worlds/* build",
11
"preinstall": "npx only-allow pnpm",
12
- "test": "echo \"Error: no test specified\" && exit 1",
+ "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",
16
"ship:docs": "flyctl deploy ./ --build-arg LIVEBLOCKS_API_KEY=$LIVEBLOCKS_API_KEY -c apps/docs/fly.toml --dockerfile=./apps/docs/Dockerfile"
17
},
18
"devDependencies": {
0 commit comments