0.0.33 • Published 10 months ago

@faintlight-labs/tg-bot-apt v0.0.33

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

tg-bot-apt

Available Scripts

npm run lint

Runs ERuns ERuns ESLint to check for linting errors. Run this command whenever you want to check your code for linting issues.

npm run lint:fix

Runs ESLint to fix linting errors. Run this command whenever you want to automatically fix linting issues in your code.

npm run format

Runs Prettier to format the code. Run this command whenever you want to format your code according to the Prettier configuration.

npx prisma init

Initializes Prisma in your project. Run this command only once when setting up Prisma for the first time.

npx prisma migrate dev --name <migration_name>

Creates a new migration and applies it to the database. Replace <migration_name> with a descriptive name for your migration. Run this command whenever you make changes to your Prisma schema and want to apply those changes to your development database.

npx prisma migrate deploy

Applies all pending migrations to the production database. Run this command whenever you are ready to deploy your changes to the production environment.

0.0.33

10 months ago

0.0.32

10 months ago

0.0.31

10 months ago

0.0.30

10 months ago

0.0.29

10 months ago

0.0.28

10 months ago

0.0.27

10 months ago

0.0.26

10 months ago

0.0.25

10 months ago

0.0.24

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago