Skip to content

Commit ecc8e89

Browse files
committed
Fixed "pub" script
1 parent c944591 commit ecc8e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test": "npm run build && node -r tsconfig-paths/register packages/markdown-tests/dist/src/index && jest",
4040
"ng-build": "npm run clean && npm run build && ng-packagr -p packages/markdown/ng-package.json",
4141
"clean": "rimraf dist packages/**/dist*",
42-
"pub": "npm run build && cd dist && npm publish",
42+
"pub": "npm run ng-build && cd dist && npm publish",
4343
"bench": "node -r tsconfig-paths/register packages/markdown-tests/dist/src/benchmarks.js",
4444
"lint": "eslint . --ext .ts"
4545
}

0 commit comments

Comments
 (0)