Skip to content

Commit 5ea0cfc

Browse files
committed
fix(build): fix / debug Travis CI build
1 parent ca86b16 commit 5ea0cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# go to the out directory and create a *new* Git repo
2-
cd dist
2+
cd build
33
git init
44

55
# inside this git repo we'll pretend to be a new user

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"server_dist": "node server.js --TARGET=DIST",
1212
"test": "mocha --compilers js:babel-register ./src/**/*.test.js",
1313
"karma": "karma start",
14-
"ci": "npm run test && npm run dist"
14+
"ci": "npm run test && npm run build"
1515
},
1616
"author": "tomas.trajan@gmail.com",
1717
"license": "ISC",

0 commit comments

Comments
 (0)