Skip to content

Commit

Permalink
fix: update package files so lerna publish works
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Oct 5, 2018
1 parent 3de70ca commit 06e2f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pwa-buildpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"description": "Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --ignore '__tests__/,__mocks__/,__fixtures__/' --source-maps --copy-files",
"build": "npx babel src --out-dir dist --ignore '__tests__/,__mocks__/,__fixtures__/' --source-maps --copy-files",
"clean": "rimraf dist",
"prepublishOnly": "rimraf dist && npm run build",
"prepublishOnly": "npx rimraf dist && npm run build",
"watch": "npm run -s build -- --watch"
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@magento/venia-concept",
"publishConfig": {
"access": "public"
},
"version": "2.0.0-rc2.0.2",
"description": "Venia PWA Concept Storefront for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
Expand Down

0 comments on commit 06e2f90

Please sign in to comment.