Skip to content

Commit

Permalink
fix: publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Jan 19, 2022
1 parent 3767de7 commit 70db705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ng2-ckeditor",
"version": "1.3.5",
"version": "1.3.6",
"description": "Angular CKEditor component",
"scripts": {
"prepublishOnly": "npm run build",
"build": "ng-packagr -p ng-package.json",
"lint": "eslint -c ./.eslintrc.json ./src/**/*.ts",
"prettier": "prettier --ignore-path .gitignore --write ./**/*.ts",
"precommit": "npm run prettier && npm run lint",
"pub": "npm run build && cd dist && npm publish"
"pub": "npm run build && npm publish dist"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 70db705

Please sign in to comment.