Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit e6fab73

Browse files
committed
chore
1 parent 55f3ff6 commit e6fab73

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
@@ -17,7 +17,7 @@
1717
"release:ready": "rm -rf build && npm run build:esm && npm run build:bundle && npm run build:cli && npm run copy",
1818
"postversion": "git add . && git push origin master && git push --tags",
1919
"prepublish": "npm run release:ready && npm version minor -m\"upgrade to %s\"",
20-
"release": "npm publish ./dist --access public"
20+
"release": "npm publish dist/ --access public"
2121
},
2222
"bugs": "https://github.com/AngularClass/dope-docs/issues",
2323
"repository": {

0 commit comments

Comments
 (0)