UNPKG
observe-all
Version:
latest (1.0.0)
1.0.0
Prevent users from opening and interacting with multiple tabs of the same web app.
observe-all
/
BUILD_AND_PUBLISH.md
12 lines
(9 loc)
•
123 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
---
## ✅ To Build & Publish
```bash
npm
install
npm
run
build
npm
login
npm
publish
--access
public
```
---