🔧 scripts updated

This commit is contained in:
ful1e5 2020-11-02 09:43:00 +05:30
parent 53b73274c3
commit 78b548fa2f
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Files download reference change to [pling.com](https://www.pling.com/p/1197198/) in `PLING.bbcode`
- Scripts in `package.json`
## [v1.0.2] - 30 Oct 2020

View file

@ -14,8 +14,7 @@
"build:x11": "rm -rf themes && python build.py --x11",
"build:win": "rm -rf themes && python build.py --win",
"py_builder_install": "python setup.py install",
"py_install": "pip install -r requirements.txt && yarn py_builder_install",
"py_freeze": "pip freeze >> requirements.txt"
"py_install": "pip install clickgen && yarn py_builder_install"
},
"workspaces": [
"packages/*"