File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 6
6
- 6
7
7
- 7
8
8
- 8
9
+ - 9
10
+ - lts/*
9
11
10
12
install : true
11
13
@@ -14,11 +16,11 @@ before_script:
14
16
15
17
script :
16
18
- yarn -i
17
- - yarn predeploy
19
+ - yarn pregithub
18
20
- if [ -f npm-debug.log ]; then cat npm-debug.log; fi
19
21
- ncu -u
20
22
- rm -rf yarn.lock
21
- - yarn predeploy
23
+ - yarn pregithub
22
24
23
25
cache :
24
26
directories :
Original file line number Diff line number Diff line change 1
1
= CSS Grid Layout image:https://travis-ci.org/daggerok/css-grid-layout-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/css-grid-layout-example"]
2
2
3
- link:https://www.youtube.com/watch?v=jV8B24rSN5o[TODO...]
3
+ Using
4
4
5
5
----
6
6
yarn -i
7
7
yarn start
8
8
yarn predeploy
9
9
----
10
+
11
+ links:
12
+
13
+ . https://parceljs.org/[parcel - coolest web application bundler ever]
14
+ . link:https://www.youtube.com/watch?v=jV8B24rSN5o[TODO...]
Original file line number Diff line number Diff line change 29
29
"pregithub:404" : " ncp ./dist/index.html ./dist/404.html" ,
30
30
"pregithub:nojekyll" : " touch ./dist/.nojekyll" ,
31
31
"github" : " gh-pages --dist ./dist --src '**/*' --branch gh-pages --dotfiles=true -m \" Github Pages $(date +%Y-%m-%d) deployment\" " ,
32
- "parcel " : " parcel ./app/index.html --port 3000 --no-cache --out-dir ./build"
32
+ "dev " : " parcel ./app/index.html --port 3000 --out-dir ./build"
33
33
},
34
34
"livereload" : {
35
35
"exclusions" : [
You can’t perform that action at this time.
0 commit comments