Skip to content

Commit

Permalink
[package.json][xs]: add back prepublishOnly script (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Aug 10, 2023
1 parent 1ee5fe7 commit a7de4dc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"build": "tsc --p tsconfig.lib.json",
"changeset": "changeset",
"prepublishOnly": "npm run build",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datopian/markdowndb.git"
},
"keywords": [
"markdown",
"database",
"content",
"obsidian"
],
"keywords": ["markdown", "database", "content", "obsidian"],
"author": "Rufus Pollock",
"license": "MIT",
"bugs": {
Expand All @@ -35,9 +31,7 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"files": ["dist"],
"type": "module",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit a7de4dc

Please sign in to comment.