Skip to content

Commit 50f7dc9

Browse files
committed
fix: publish dist directory instead of whole folder
1 parent 1897240 commit 50f7dc9

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"test": "jest",
5151
"test-tdd": "jest --watchAll --no-cache",
5252
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
53-
"release": "node ./tools/tasks/release",
53+
"release": "yarn build && node ./tools/tasks/release",
5454
"postinstall": "yarn build-tools",
5555
"lint": "tslint packages/**/*.ts -t verbose",
5656
"aio": "compodoc -p ./tsconfig.json --output ./aio --hideGenerator --silent"

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Angular. It is based on, and very similar to [`react-dnd`][react-dnd] by [Dan
1010
Abramov][gaearon] and others, and is also powered by [`dnd-core`][dnd-core]. It
1111
is compatible with all backends.
1212

13-
### [Check out the Examples here](./examples/).
13+
### [Check out the examples here](./examples/).
1414

1515
[react-dnd]: https://react-dnd.github.io/react-dnd/
1616
[gaearon]: https://github.com/gaearon

packages/core/ng-package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module.exports = require("../../ng-package");
1+
module.exports = require("../../ng-package");
2+

packages/multi-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, it re-exports [`dnd-multi-backend`][dnd-multi-backend], [`react-dnd-touch
1212
[touch-backend]: https://github.com/yahoo/react-dnd-touch-backend
1313
[dnd-multi-backend]: https://github.com/LouisBrunner/react-dnd-multi-backend
1414

15-
Second, it gives you a convenient and easy way to render previews for when the touch backend is in use.
15+
Second, it gives you a convenient and easy way to render previews when the touch backend is in use.
1616

1717
## Installation
1818

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module.exports = require("../../ng-package");
1+
module.exports = require("../../ng-package");
2+

packages/sortable/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
[![npm](https://img.shields.io/npm/v/@angular-skyhook/sortable.svg)](https://www.npmjs.com/package/@angular-skyhook/sortable)
66

77
Placeholder for `@angular-skyhook/sortable` docs.
8+

packages/sortable/ng-package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module.exports = require("../../ng-package");
1+
module.exports = require("../../ng-package");
2+

0 commit comments

Comments
 (0)