Skip to content

Commit e31423a

Browse files
author
Fabian Morón Zirfas
committed
chore(update deps) eslint and fix buildscript
1 parent 3113b47 commit e31423a

File tree

5 files changed

+2713
-1185
lines changed

5 files changed

+2713
-1185
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ install:
1111

1212
script:
1313
- npm t
14+
- npm run build:api-markup
1415
- npm run webpack:prod
1516
- bundle exec jekyll build

bootstrap-scripts/update-and-generate.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
set -Eeuo pipefail
33
pwd
44

5+
echo "Installing latest develop version of Basil.js"
56
npm install basiljs/basil.js#develop -D
7+
echo "Success"
8+
echo "Copying changelog.txt into jekyll source"
69
cp ./node_modules/basiljs/changelog.txt ./_source/download/
10+
echo "Success"
11+
echo "Building JSDoc data.json using documentationjs"
712
npm run documentationjs -- build ./node_modules/basiljs/basil.js -o ./build-scripts/api/data.json
8-
node build-scripts/src/index.js
13+
echo "Success"
14+
echo "Building markup from data.json"
15+
node build-scripts/index.js
16+
echo "Success"

0 commit comments

Comments
 (0)