Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jul 21, 2021
1 parent 45cf0a4 commit 3d019b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"publish:latest": "cp ./README.md ./projects/akita-ng-fire/ && npm run build:akita-ng-fire && cd ./dist/akita-ng-fire && npm publish --tag latest"
"publish:latest": "cp ./README.md ./projects/akita-ng-fire/ && npm run build:akita-ng-fire && cd ./dist/akita-ng-fire && npm publish --tag latest",
"publish:next": "cp ./README.md ./projects/akita-ng-fire/ && npm run build:akita-ng-fire && cd ./dist/akita-ng-fire && npm publish --tag next"
},
"schematics": "./schematics/src/collection.json",
"private": true,
Expand Down

0 comments on commit 3d019b5

Please sign in to comment.