Skip to content

Commit a59004f

Browse files
committed
chore: add deploy script
1 parent 3d1ad0f commit a59004f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "osls",
3-
"version": "3.40.1",
2+
"name": "@kennethwkz/osls",
3+
"version": "3.58.1",
44
"description": "Open-source alternative to Serverless Framework",
55
"preferGlobal": true,
6-
"homepage": "https://github.com/oss-serverless/serverless",
6+
"homepage": "https://github.com/kennethwkz/serverless",
77
"keywords": [
88
"serverless",
99
"lambda",
@@ -41,9 +41,9 @@
4141
"@aws-sdk/client-sqs": "^3.588.0",
4242
"@aws-sdk/client-ssm": "^3.588.0",
4343
"@aws-sdk/client-sts": "^3.588.0",
44+
"@aws-sdk/credential-providers": "^3.588.0",
4445
"@aws-sdk/lib-dynamodb": "^3.588.0",
4546
"@aws-sdk/lib-storage": "^3.588.0",
46-
"@aws-sdk/credential-providers": "^3.588.0",
4747
"@serverless/utils": "^6.13.1",
4848
"ajv": "^8.12.0",
4949
"ajv-formats": "^2.1.1",
@@ -114,6 +114,7 @@
114114
"mocha": "^9.2.2",
115115
"mock-require": "^3.0.3",
116116
"ncjsm": "^4.3.2",
117+
"np": "^10.2.0",
117118
"pkg": "^5.8.1",
118119
"prettier": "^2.8.8",
119120
"proxyquire": "^2.1.3",
@@ -203,7 +204,8 @@
203204
"prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml --base=main -- prettier --write",
204205
"test": "mocha \"test/unit/**/*.test.js\"",
205206
"test:ci": "npm run prettier-check:updated && npm run lint:updated && npm run test:isolated",
206-
"test:isolated": "mocha-isolated \"test/unit/**/*.test.js\""
207+
"test:isolated": "mocha-isolated \"test/unit/**/*.test.js\"",
208+
"deploy": "np --no-tests"
207209
},
208210
"engines": {
209211
"node": ">=12.0"

0 commit comments

Comments
 (0)