build: publish the package

This commit is contained in:
Kengo TODA
2021-07-16 18:02:34 +08:00
parent c9b3100abb
commit 1b36797b11

View File

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