Skip to content

Commit 7fbd47d

Browse files
committed
build: minify dist
Signed-off-by: Nico Braun <[email protected]>
1 parent 0aac773 commit 7fbd47d

File tree

3 files changed

+5
-27181
lines changed

3 files changed

+5
-27181
lines changed

action.test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
const assert = require("node:assert");
22
const { readFileSync } = require("node:fs");
33
const { join } = require("node:path");
4-
const { tests } = require("./src/providers");
5-
64
const { RunOptions, RunTarget } = require("github-action-ts-run-api");
5+
const { tests } = require("./src/providers");
76

87
(async () => {
98
for (const [name, { giveInputs, wantLines }] of Object.entries(tests)) {

0 commit comments

Comments
 (0)