Skip to content

Commit

Permalink
Temporarly remove npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Nov 16, 2023
1 parent b91945e commit de0d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generate": "./generate/index.ts && npm run format",
"generate-next": "GENERATE_FROM_DEV=true ./generate/index.ts && npm run format",
"build": "lerna run build",
"prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build && npm run test",
"prepublishOnly": "npm run generate && ./generate/setClientVersion.ts && npm run build",
"publish": "lerna publish",
"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"
},
Expand Down

0 comments on commit de0d636

Please sign in to comment.