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 d99b6e4 commit e52efdfCopy full SHA for e52efdf
package.json
@@ -10,7 +10,7 @@
10
"generate": "./generate/index.ts && npm run format",
11
"generate-next": "GENERATE_FROM_DEV=true ./generate/index.ts && npm run format",
12
"build": "lerna run build",
13
- "prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build",
+ "prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build && npm run test",
14
"publish": "lerna publish",
15
"publish-next": "GENERATE_FROM_DEV=true ACCOUNT_API_BASE_URL=http://account-api.lvh.me:3001 SITE_API_BASE_URL=http://site-api.lvh.me:3001 PUSHER_APP_KEY=12a5ddac68784be0fc59 PUSHER_CLUSTER=eu lerna publish --dist-tag next"
16
},
0 commit comments