We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca86b16 commit 5ea0cfcCopy full SHA for 5ea0cfc
.travis-deploy.sh
@@ -1,5 +1,5 @@
1
# go to the out directory and create a *new* Git repo
2
-cd dist
+cd build
3
git init
4
5
# inside this git repo we'll pretend to be a new user
package.json
@@ -11,7 +11,7 @@
11
"server_dist": "node server.js --TARGET=DIST",
12
"test": "mocha --compilers js:babel-register ./src/**/*.test.js",
13
"karma": "karma start",
14
- "ci": "npm run test && npm run dist"
+ "ci": "npm run test && npm run build"
15
},
16
"author": "tomas.trajan@gmail.com",
17
"license": "ISC",
0 commit comments