mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
Add a note for reviewers
This commit is contained in:
parent
e3c595a447
commit
fb9aa707a6
|
@ -21,6 +21,20 @@ npm start
|
|||
# Use your build/extension-full or build/extension-mini
|
||||
```
|
||||
|
||||
# For Reviewers
|
||||
|
||||
Steps to reproduce the same zip:
|
||||
```
|
||||
npm ci
|
||||
cd src/extension-common/pages/options/
|
||||
npm ci
|
||||
cd -
|
||||
npm start
|
||||
# See ./build/extension-full
|
||||
cd ./build/extension-full
|
||||
zip -r runet-censorship-bypass-full.zip ./*
|
||||
```
|
||||
|
||||
# Release Instructions
|
||||
|
||||
1. `npm run release`
|
||||
|
|
Loading…
Reference in New Issue
Block a user