ci: disable GitHub Actions
This commit is contained in:
parent
1fd1af214d
commit
762a936793
1
.github/_workflows/README.md
vendored
Normal file
1
.github/_workflows/README.md
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GitHub Actions is temporary disabled as we are reaching the usage limit as a private repo. Tests have been moved to Netlify pipeline as an workaround. We shall recover this once we open up.
|
|
@ -1,10 +1,6 @@
|
||||||
[build.environment]
|
|
||||||
NPM_FLAGS = "--version"
|
|
||||||
NODE_VERSION = "16"
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
command = "pnpm run build && pnpm run test && pnpm run lint && pnpm test:typecheck"
|
||||||
|
|
||||||
# Redirect to Discord server
|
# Redirect to Discord server
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
@ -16,4 +12,4 @@
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
to = "/index.html"
|
to = "/index.html"
|
||||||
status = 200
|
status = 200
|
||||||
|
|
Loading…
Reference in a new issue