Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 6b28f1d

Browse files
chore: tag release for alpha
1 parent eda2bf4 commit 6b28f1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fernthedev/serverless-offline-step-functions",
3-
"version": "0.0.1",
3+
"version": "1.0.0-alpha.1",
44
"description": "Serverless Offline Plugin to Support Step Functions for Local Development",
55
"main": "dist/main.js",
66
"types": "dist/main.d.ts",
@@ -16,7 +16,9 @@
1616
"check:lint": "eslint '*/**/*.ts'",
1717
"check:types": "tsc --noEmit",
1818
"compile": "tsc",
19-
"compile:watch": "tsc --watch"
19+
"compile:watch": "tsc --watch",
20+
"prepare": "npm run compile",
21+
"prepublishOnly": "npm run check:lint"
2022
},
2123
"bugs": {
2224
"url": "https://github.com/jefer590/serverless-offline-step-functions/issues"

0 commit comments

Comments
 (0)