Merge pull request #5 from element-hq/af/workflow-fixes
* Fix synapse guest module releases * Make other miscellaneous workflow fixes/improvements
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "vite build",
|
||||
"lint:ts": "tsc --noEmit",
|
||||
"lint": "tsc --noEmit",
|
||||
"test": "echo no tests yet"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"build": "echo \"Nothing to build\"",
|
||||
"docker:build": "docker build -t element-hq/synapse-guest-module -f Dockerfile .",
|
||||
"tsc": "echo \"Nothing to tsc\"",
|
||||
"lint": "echo \"Nothing to lint\"",
|
||||
"lint:ts": "echo \"Nothing to lint:ts\"",
|
||||
"lint": "yarn types:py && yarn lint:py",
|
||||
"types:py": "./scripts/run_in_venv.sh tox -e check_types",
|
||||
"lint:py": "./scripts/run_in_venv.sh tox -e check_codestyle",
|
||||
"lint:fix": "./scripts/run_in_venv.sh tox -e fix_codestyle",
|
||||
|
||||
Reference in New Issue
Block a user