|
1 | 1 | {
|
2 | 2 | "name": "setup-flyway",
|
3 | 3 | "version": "0.1.0",
|
4 |
| - "description": "Setup RedGate Flyway for Actions", |
| 4 | + "description": "Setup Redgate Flyway for Actions", |
5 | 5 | "main": "dist/index.mjs",
|
6 | 6 | "type": "module",
|
7 | 7 | "scripts": {
|
8 | 8 | "build": "yarn node ./esbuild.mjs",
|
9 | 9 | "format": "yarn prettier --no-error-on-unmatched-pattern --config ./.prettierrc.yml --write \"**/*.{mts,ts,yml,yaml}\"",
|
10 | 10 | "format:check": "yarn prettier --no-error-on-unmatched-pattern --config ./.prettierrc.yml --check \"**/*.{mts,ts,yml,yaml}\"",
|
11 |
| - "lint": "yarn eslint", |
12 |
| - "lint:fix": "yarn eslint --fix", |
| 11 | + "lint:check": "yarn eslint", |
| 12 | + "lint": "yarn eslint --fix", |
13 | 13 | "prerelease": "yarn run build",
|
14 | 14 | "release": "git add -f dist/index.js dist/cleanup.js",
|
15 |
| - "test": "yarn jest --config jest.config.ts", |
16 |
| - "test-esm": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --config jest.config.ts", |
17 |
| - "test-cmd1": "mkdir -p /tmp/runner/cache && INPUT_VERSION=\"10.0.0\" INPUT_ARCHITECTURE=x64 RUNNER_TOOL_CACHE=/tmp/runner/cache RUNNER_TEMP=/tmp/runner/tmp node dist/setup.mjs", |
18 |
| - "test-cmd2": "mkdir -p /tmp/runner/cache && INPUT_VERSION=\"latest\" INPUT_ARCHITECTURE=x64 RUNNER_TOOL_CACHE=/tmp/runner/cache RUNNER_TEMP=/tmp/runner/tmp node dist/setup.mjs", |
19 |
| - "test-cmd3": "mkdir -p /tmp/runner/cache && INPUT_VERSION=\"<10.5\" INPUT_ARCHITECTURE=x64 RUNNER_TOOL_CACHE=/tmp/runner/cache RUNNER_TEMP=/tmp/runner/tmp node dist/setup.mjs", |
20 |
| - "test-cmd4": "mkdir -p /tmp/runner/cache && INPUT_VERSION=\"10.8\" INPUT_ARCHITECTURE=java RUNNER_TOOL_CACHE=/tmp/runner/cache RUNNER_TEMP=/tmp/runner/tmp node dist/setup.mjs" |
| 15 | + "test": "yarn jest --config jest.config.ts" |
21 | 16 | },
|
22 | 17 | "repository": "git+https://github.com/kenmuse/setup-flyway.git",
|
23 | 18 | "keywords": [
|
|
0 commit comments