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 44300b0 commit 69bc658Copy full SHA for 69bc658
deploy_chrome_store.sh
@@ -2,5 +2,5 @@
2
3
yarn
4
OUTPUT=extension.zip
5
-NODE_ENV=production TORII_ENV=production npm run build
+NODE_ENV=production yarn build
6
zip -r $OUTPUT build
0 commit comments