Skip to content

Commit

Permalink
chore: add prepublish step to build dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 10, 2021
1 parent 8d673ba commit 1d191ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ipfs-repo-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"generate": "run-s generate:*",
"generate:proto": "pbjs -t static-module -w es6 --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o migrations/migration-9/pin.js migrations/migration-9/pin.proto",
"generate:proto-types": "pbts -o migrations/migration-9/pin.d.ts migrations/migration-9/pin.js",
"prepublishOnly": "npm run build",
"build": "aegir build",
"pretest": "aegir build --esm-tests",
"test": "aegir test",
Expand Down
1 change: 1 addition & 0 deletions packages/ipfs-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"scripts": {
"clean": "rimraf dist types",
"lint": "aegir ts -p check && aegir lint",
"prepublishOnly": "npm run build",
"build": "aegir build --no-bundle",
"release": "aegir release --target node",
"release-minor": "aegir release --type minor --target node",
Expand Down

0 comments on commit 1d191ba

Please sign in to comment.