Skip to content

Commit

Permalink
change release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Boetzkes, Yannick authored and Boetzkes, Yannick committed Dec 20, 2020
1 parent d8bf82b commit fd6e0a0
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,6 +1,6 @@
{
"name": "@yackinn/angular-schematics",
"version": "0.0.10",
"version": "0.0.11",
"description": "repo for angular schematics",
"scripts": {
"build:dev": "npm run build -- -w",
Expand All @@ -10,7 +10,7 @@
"postbuild": "yarn run copy:files",
"clean": "yarn run rimraf ../../dist/libs/akita/schematics",
"copy:files": "yarn run copyfiles -u 1 \"src/**/files/**/*\" dist/ && yarn run copyfiles -u 1 \"src/README.md\" dist/",
"publish": "cd dist && np"
"release": "cd dist && np"
},
"keywords": [
"schematics"
Expand Down

0 comments on commit fd6e0a0

Please sign in to comment.