Skip to content

Commit 69bc658

Browse files
committed
Update deploy script
1 parent 44300b0 commit 69bc658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_chrome_store.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
yarn
44
OUTPUT=extension.zip
5-
NODE_ENV=production TORII_ENV=production npm run build
5+
NODE_ENV=production yarn build
66
zip -r $OUTPUT build

0 commit comments

Comments
 (0)