mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
start script not needed, using Act locally
This commit is contained in:
parent
342e6243b7
commit
dfa59a861f
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx ncc run ./src/index.ts",
|
|
||||||
"build": "npx ncc build ./src/index.ts",
|
"build": "npx ncc build ./src/index.ts",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"format": "prettier --write . --ignore-path ./dist/**",
|
"format": "prettier --write . --ignore-path ./dist/**",
|
||||||
|
|
Loading…
Reference in a new issue