ci: disable GitHub Actions
This commit is contained in:
parent
1fd1af214d
commit
762a936793
4 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
[build.environment]
|
||||
NPM_FLAGS = "--version"
|
||||
NODE_VERSION = "16"
|
||||
|
||||
[build]
|
||||
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
|
||||
[[redirects]]
|
||||
|
@ -16,4 +12,4 @@
|
|||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
status = 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue