mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
Implement build, publish and run actions
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
"dotenv": "^8.2.0",
|
||||
"ncc": "^0.3.6",
|
||||
"semver": "^7.3.2",
|
||||
"string-argv": "^0.3.1",
|
||||
"superagent": "^3.8.3",
|
||||
"tmp": "^0.2.1",
|
||||
"ws": ">=3.3.1",
|
||||
"typescript-string-operations": "^1.3.2"
|
||||
"typescript-string-operations": "^1.3.2",
|
||||
"ws": ">=3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.7.12",
|
||||
@@ -32,7 +33,7 @@
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"pack": "./pack.sh",
|
||||
"pack": "pack.sh",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run pack"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user