Skip to content

Commit

Permalink
fix(monorepo): removing dists from main master
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Oct 20, 2020
1 parent 1d1bf01 commit a3844ec
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 27 deletions.
1 change: 0 additions & 1 deletion packages/sage-assets/dist/main.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/sage-assets/dist/main.js

This file was deleted.

3 changes: 2 additions & 1 deletion packages/sage-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [ "dist/*" ],
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"preversion": "yarn run build && git add -f dist",
"preversion": "yarn run build",
"build:watch": "yarn run build --watch"
},
"author": "Shane Smith <[email protected]>",
Expand Down
19 changes: 0 additions & 19 deletions packages/sage-react/dist/main.js

This file was deleted.

5 changes: 3 additions & 2 deletions packages/sage-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lib": "lib"
},
"files": [
"lib"
"lib",
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand All @@ -31,7 +32,7 @@
"build-storybook": "build-storybook",
"build:watch": "yarn build --watch",
"storybook": "start-storybook -p 6006",
"preversion": "yarn run build && git add -f dist"
"preversion": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down
1 change: 0 additions & 1 deletion packages/sage-system/dist/main.js

This file was deleted.

5 changes: 3 additions & 2 deletions packages/sage-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lib": "lib"
},
"files": [
"lib"
"lib",
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand All @@ -29,7 +30,7 @@
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"build:watch": "yarn build --watch",
"preversion": "yarn run build && git add -f dist"
"preversion": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down

0 comments on commit a3844ec

Please sign in to comment.