mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Skip Typescript compilation on packaging
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm lint
|
||||
pnpm check
|
||||
Reference in New Issue
Block a user