build: publish the package

This commit is contained in:
Kengo TODA
2021-07-16 18:08:57 +08:00
parent 1b36797b11
commit c5d953bd7a
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
"version": "0.0.0",
"description": "the GitHub Action setting up docker-compose command",
"main": "lib/main.js",
"private": "false",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",