mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 15:29:40 +00:00
Fix reference
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
"format:write": "npx prettier --write .",
|
"format:write": "npx prettier --write .",
|
||||||
"format:check": "npx prettier --check .",
|
"format:check": "npx prettier --check .",
|
||||||
"lint": "npx eslint .",
|
"lint": "npx eslint .",
|
||||||
"local-action": "npx local-action . src/main.js .env",
|
"local-action": "npx @github/local-action . src/main.js .env",
|
||||||
"package": "npx rollup --config rollup.config.js",
|
"package": "npx rollup --config rollup.config.js",
|
||||||
"package:watch": "npm run package -- --watch",
|
"package:watch": "npm run package -- --watch",
|
||||||
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
|
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
|
||||||
|
Reference in New Issue
Block a user