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 384f598 commit 050ff34Copy full SHA for 050ff34
package.json
@@ -5,6 +5,8 @@
5
"author": "Kamil Mysliwiec",
6
"license": "MIT",
7
"repository": "https://github.com/nestjs/swagger",
8
+ "main": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
"scripts": {
11
"build": "tsc -p tsconfig.build.json",
12
"format": "prettier \"lib/**/*.ts\" --write",
@@ -13,6 +15,7 @@
13
15
"publish:next": "npm publish --access public --tag next",
14
16
"prepublish:npm": "npm run build",
17
"publish:npm": "npm publish --access public",
18
+ "prepare": "npm run build",
19
"test": "jest",
20
"test:dev": "jest --watch",
21
"test:e2e": "jest --config e2e/jest-e2e.json",
0 commit comments