Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 79b83bf

Browse files
committed
fix(npm): Only publishes dist on NPM to improve imports.
1 parent d63c5eb commit 79b83bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"test": "npm run clean && npm run build && npm run lint && npm run duplication",
16-
"release": "ht2-release-public-circleci-lib",
16+
"release": "ht2-release-public-circleci-lib-dist",
1717
"build": "tsc",
1818
"lint": "tslint --project ./tsconfig.json",
1919
"mocha": "mocha $(find dist -name '*.test.js') --exit",

0 commit comments

Comments
 (0)