添加 'package.json'
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
c5e5913e1b
commit
5a9d0dcde2
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "action-demo",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"private": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"scripts": {
|
||||||
|
"pre": "pnpm i || echo Error: please 'npm i -g pnpm' first",
|
||||||
|
"prepare": "husky install",
|
||||||
|
"commit": "npx cz-customizable",
|
||||||
|
"cz": "npx cz-customizable"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@commitlint/cli": "^17.3.0",
|
||||||
|
"@commitlint/config-conventional": "^17.3.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user