Skip to content

Commit efc1c9e

Browse files
committed
Fixing missing bits
1 parent 81bf70a commit efc1c9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
directories:
66
- node_modules
77
script:
8-
- npm run preDeploy
8+
- npm run build
99
deploy:
1010
provider: pages
1111
skip_cleanup: true

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.0",
44
"description": "OpenJS Node application developer study guide",
55
"scripts": {
6-
"start": "npx eleventy --serve"
6+
"start": "npx eleventy --serve",
7+
"build": "npx eleventy"
78
},
89
"repository": {
910
"type": "git",
@@ -17,5 +18,8 @@
1718
"homepage": "https://github.com/jjmax75/openjs-nodejs-application-developer-study-guide#readme",
1819
"dependencies": {
1920
"@11ty/eleventy": "^0.9.0"
21+
},
22+
"devDependencies": {
23+
"gh-pages": "^2.1.1"
2024
}
2125
}

0 commit comments

Comments
 (0)