Skip to content

Commit

Permalink
chore: rebuild dist and enforce build on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBlomberg committed Aug 21, 2022
1 parent bd2325e commit 70df824
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely-codegen",
"version": "0.5.0",
"version": "0.5.1",
"author": "Robin Blomberg",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,6 +21,7 @@
"docker:get-mysql-ip": "docker inspect -f {{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}} kysely_codegen_mysql",
"docker:get-postgres-ip": "docker inspect -f {{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}} kysely_codegen_postgres",
"docker:up": "docker-compose up -d",
"prepublishOnly": "pnpm build",
"start": "node ./dist/bin/index.js",
"test": "ts-node-dev ./src/tests/index.test.ts",
"test:watch": "ts-node-dev --quiet --respawn ./src/tests/index.test.ts"
Expand All @@ -44,6 +45,7 @@
"kysely": "^0.19.12",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"pnpm": "^7.9.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
},
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70df824

Please sign in to comment.