diff options
| author | 2022-11-10 14:08:54 +0100 | |
|---|---|---|
| committer | 2022-11-10 14:08:54 +0100 | |
| commit | ebff71f77a4ef80d5fbc3919befd46039c0ea9ba (patch) | |
| tree | 8460a4646705a6d840c762a6d51c0489d4846d18 /web/source/package.json | |
| parent | [frontend] fix conflict introduced by merge (#1007) (diff) | |
| download | gotosocial-ebff71f77a4ef80d5fbc3919befd46039c0ea9ba.tar.xz | |
[chore/frontend] CI steps for frontend stuff (#997)
* re-add eslint
* fix oauth url getting too long
* actually attach single emoji get and delete routes
* basic emoji details + deletion using rtk query
* refactor emoji upload to rtk query
* clean up old redux api+reducers for custom emoji
* fix validation order
* refactor custom emoji form fields
* remove unused requires
* cleanup, fix most eslint errors
* more small eslint fixes
* eslint & web bundle in CI
* fix directories, move lint+build to scripts
* working dirs
* test linter and build errors
* upgrade skulk for better error handling
* Revert "test linter and build errors"
This reverts commit dc047d5b444c41a90209d02bb4ed4893ccf0885f.
* fix max emoji size
* tiny bit of function documentation
* sign drone.yml
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
Diffstat (limited to 'web/source/package.json')
| -rw-r--r-- | web/source/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/source/package.json b/web/source/package.json index 6625c4fd7..eb64e23be 100644 --- a/web/source/package.json +++ b/web/source/package.json @@ -5,6 +5,11 @@ "main": "index.js", "author": "f0x", "license": "AGPL-3.0", + "scripts": { + "lint": "eslint .", + "build": "node index.js", + "dev": "NODE_ENV=development node index.js" + }, "dependencies": { "@reduxjs/toolkit": "^1.8.6", "bluebird": "^3.7.2", @@ -22,7 +27,7 @@ "redux": "^4.2.0", "redux-devtools-extension": "^2.13.9", "redux-persist": "^6.0.0", - "skulk": "^0.0.5", + "skulk": "^0.0.6", "wouter": "^2.8.0-alpha.2" }, "devDependencies": { |
