Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed May 20, 2023
1 parent 4d64479 commit 1f9510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"compodoc": "compodoc -p projects/angular2-draggable/tsconfig.lib.json -d dist/docs/api-doc --theme stripe",
"serve:doc": "compodoc -p projects/angular2-draggable/tsconfig.lib.json -s",
"build:doc": "run-s build:prod compodoc",
"update:file": "cpr README.md dist/angular2-draggable/README.md -o",
"update:file": "cpr README.md dist/angular2-draggable/README.md -o && cpr CHANGELOG.md dist/angular2-draggable/CHANGELOG.md -o",
"release": "run-s clean dist build:doc",
"demo": "run-s build:lib build:css start",
"dist": "run-s clean build:lib:prod build:css update:file"
Expand Down

0 comments on commit 1f9510c

Please sign in to comment.