Skip to content

Commit b10dad6

Browse files
authored
fix: fixes the package structure (#66)
* fix: fixes the package structure * chore: run actual build on pre creating the artefact * chore: bump version
1 parent bee85d4 commit b10dad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@netlify/next-runtime",
3-
"version": "5.0.0-alpha.2",
3+
"version": "5.0.0-alpha.5",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",
77
"files": [
8-
"dist/**/*",
9-
"index.js",
8+
"dist",
109
"manifest.yml"
1110
],
1211
"engines": {
1312
"node": ">=16.0.0"
1413
},
1514
"scripts": {
15+
"prepack": "npm run build",
1616
"pretest": "node tests/prepare.mjs",
1717
"build": "tsc",
1818
"build:debug": "tsc --sourceMap",

0 commit comments

Comments
 (0)