We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb8460 commit 9be1707Copy full SHA for 9be1707
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeit-now-node-server",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Create a server for your Zeit @now/node lambdas in order to test them",
5
"license": "MIT",
6
"author": "Sean Matheson",
@@ -15,6 +15,7 @@
15
"dist"
16
],
17
"scripts": {
18
+ "prepublish": "npm run build",
19
"start": "tsdx watch",
20
"build": "tsdx build",
21
"test": "tsdx test",
0 commit comments