|
88 | 88 | "scripts": { |
89 | 89 | "build": "tsup", |
90 | 90 | "build:declarations": "tsc -p tsconfig.declarations.json", |
91 | | - "dev": "tsup --watch", |
92 | | - "dev:publish": "pnpm dev -- --env.publish", |
93 | | - "publish:local": "pnpm yalc push --replace --sig", |
94 | 91 | "build:lib": "tsup --env.NODE_ENV production", |
95 | 92 | "build:runtime": "cpy 'src/runtime/**/*.{mjs,js,cjs}' dist/runtime", |
96 | 93 | "clean": "rimraf ./dist", |
| 94 | + "dev": "tsup --watch", |
| 95 | + "dev:publish": "pnpm dev -- --env.publish", |
97 | 96 | "lint": "eslint src", |
98 | | - "lint:publint": "publint", |
99 | 97 | "lint:attw": "attw --pack . --profile node16 --ignore-rules false-cjs", |
| 98 | + "lint:publint": "publint", |
| 99 | + "publish:local": "pnpm yalc push --replace --sig", |
100 | 100 | "test": "run-s test:node test:edge-runtime test:cloudflare-miniflare", |
101 | | - "test:node": "vitest run --environment node", |
102 | | - "test:edge-runtime": "vitest run --environment edge-runtime", |
103 | 101 | "test:cloudflare-miniflare": "vitest run --environment miniflare", |
| 102 | + "test:edge-runtime": "vitest run --environment edge-runtime", |
| 103 | + "test:node": "vitest run --environment node", |
104 | 104 | "test:watch": "run-s test:watch:node test:watch:edge-runtime test:watch:cloudflare-miniflare", |
105 | | - "test:watch:node": "vitest watch --environment node", |
| 105 | + "test:watch:cloudflare-miniflare": "vitest watch --environment miniflare", |
106 | 106 | "test:watch:edge-runtime": "vitest watch --environment edge-runtime", |
107 | | - "test:watch:cloudflare-miniflare": "vitest watch --environment miniflare" |
| 107 | + "test:watch:node": "vitest watch --environment node" |
108 | 108 | }, |
109 | 109 | "dependencies": { |
110 | 110 | "@clerk/shared": "workspace:^", |
|
0 commit comments