Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
chore: publish 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
parksb committed Feb 7, 2020
1 parent 6541f84 commit b959a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-camp-lib",
"version": "2.2.0",
"version": "2.2.1",
"description": "대국민 국군 소통 서비스 더 캠프 비공식 라이브러리",
"homepage": "https://github.com/ParkSB/the-camp-lib/",
"repository": {
Expand All @@ -12,7 +12,8 @@
"build": "tsc",
"test": "npm run test:health-check && npm run test:unit",
"test:unit": "mocha -r ts-node/register/transpile-only ./test/unit/**/*.test.ts",
"test:health-check": "mocha -r ts-node/register/transpile-only ./test/health-check/*.test.ts"
"test:health-check": "mocha -r ts-node/register/transpile-only ./test/health-check/*.test.ts",
"publish": "rm -rf dist && npm run build && npm publish"
},
"author": "ParkSB <parkgds@gmail.com> (https://parksb.github.io/)",
"license": "MIT",
Expand Down

0 comments on commit b959a24

Please sign in to comment.