Skip to content

Commit

Permalink
chroe: clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Jan 22, 2021
1 parent 56bdb85 commit a97ec8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified config.db
Binary file not shown.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"scripts": {
"watch": "yarn tsc -d -w -p tsconfig.json",
"cli": "ts-node ./src/bin/fster.ts",
"prepublish": "yarn rimraf ./config.db && yarn migrate && yarn build",
"build": "yarn prisma generate && yarn tsc -d -p tsconfig.json",
"postinstall": "yarn prisma generate",
"migrate": "yarn prisma generate && yarn prisma migrate dev --preview-feature",
"prepublish": "yarn rimraf ./config.db && yarn generate && yarn migrate && yarn build",
"build": "yarn generate && yarn tsc -d -p tsconfig.json",
"postinstall": "yarn generate",
"generate": "yarn prisma generate",
"migrate": "yarn prisma migrate dev --preview-feature",
"studio": "yarn prisma studio",
"stable": " dotenv -- yarn -s dripip stable",
"next": "yarn -s dripip preview",
Expand Down

0 comments on commit a97ec8a

Please sign in to comment.