Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 432 Bytes

BUILD.md

File metadata and controls

34 lines (23 loc) · 432 Bytes

How to build the project

Prerequisites

Build

Generate src/generated directory.

mkdir -p ./src/generated
yarn dlx generater/fromPackageJson.ts

or this command.

yarn generate

Compile the TypeScript code.

yarn compile

Deploy

yarn package