Skip to content

Commit 63ae5b1

Browse files
build: fix missing script build:lib
1 parent e9e277c commit 63ae5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:dev": "gulp build --dist node_modules/@nestjs && gulp move",
1919
"postinstall": "opencollective",
2020
"copy-misc": "gulp copy-misc",
21-
"prepare": "npm run build:lib && npm run copy-misc",
21+
"prepare": "npm run build:dev && npm run copy-misc",
2222
"publish":
2323
"npm run prepare && ./node_modules/.bin/lerna publish --exact -m \"chore(@nestjs) publish %s release\"",
2424
"publish:rc":

0 commit comments

Comments
 (0)