Skip to content

Commit c3f7bd7

Browse files
committed
chore: change config of travis build
1 parent ea891e2 commit c3f7bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"start": "node ./bin/www",
77
"test": "cd client && yarn test",
8+
"build:client": "cd client && npm install",
89
"heroku-postbuild":
910
"cd client && npm install --only=dev && npm install && npm run build"
1011
},

0 commit comments

Comments
 (0)