Skip to content

Commit d24119d

Browse files
ci(@nestjs) update package.json
1 parent 7de175d commit d24119d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"start:live": "nodemon -e ts --watch src index.js",
99
"test": "nyc --require ts-node/register mocha src/**/*.spec.ts --reporter spec",
1010
"coverage": "nyc report --reporter=text-lcov | coveralls",
11-
"build": "gulp build --dist lib",
12-
"prepublish": "npm run build",
11+
"build": "gulp build",
12+
"build:lib": "gulp build --dist lib",
13+
"prepublish": "npm run build:lib",
1314
"publish": "./node_modules/.bin/lerna publish --skip-git"
1415
},
1516
"engines": {

0 commit comments

Comments
 (0)