We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e277c commit 63ae5b1Copy full SHA for 63ae5b1
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"build:dev": "gulp build --dist node_modules/@nestjs && gulp move",
19
"postinstall": "opencollective",
20
"copy-misc": "gulp copy-misc",
21
- "prepare": "npm run build:lib && npm run copy-misc",
+ "prepare": "npm run build:dev && npm run copy-misc",
22
"publish":
23
"npm run prepare && ./node_modules/.bin/lerna publish --exact -m \"chore(@nestjs) publish %s release\"",
24
"publish:rc":
0 commit comments