From 6ce2aee1fffda21135f3b601b3d845e9c5f35a06 Mon Sep 17 00:00:00 2001 From: Coleman Rollins Date: Fri, 13 Dec 2024 10:38:54 -0800 Subject: [PATCH] [cr] try another build --- package.json | 4 ++-- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 70f5ea1..ecf531c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsqtsq", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.js", "license": "AGPL-3.0-only", "description": "A reusable and composable query library for Prometheus", @@ -28,6 +28,6 @@ "test": "jest", "test:watch": "jest --watch", "build": "tsc", - "publish": "npm build && npm publish" + "publish": "npm run build && npm publish" } } diff --git a/tsconfig.json b/tsconfig.json index 2f6b4d3..1ce9762 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -54,7 +54,7 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ - "outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ + // "outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ "outDir": "./dist", /* Specify an output folder for all emitted files. */ // "removeComments": true, /* Disable emitting comments. */ // "noEmit": true, /* Disable emitting files from a compilation. */