Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Ensure we build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Jun 6, 2020
1 parent d56f0ad commit d676bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pi-base/compile",
"version": "1.1.1",
"version": "1.1.2",
"description": "Compile data into a JSON bundle",
"main": "lib/main.js",
"bin": "lib/watch.js",
Expand All @@ -9,6 +9,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"prepublish": "yarn build",
"release": "ncc build src/main.ts && git add -f dist/index.js",
"test": "jest"
},
Expand Down

0 comments on commit d676bb2

Please sign in to comment.