Attempt to fix build
This commit is contained in:
parent
2c94e6914a
commit
65aeebc75e
3 changed files with 5 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
js/bundle.js
|
js/bundle.js
|
||||||
css/stylesheet.css
|
css/stylesheet.css
|
||||||
|
|
|
@ -4,11 +4,11 @@ node_js:
|
||||||
|
|
||||||
install: npm i
|
install: npm i
|
||||||
|
|
||||||
script: npm test
|
script:
|
||||||
|
- npm test
|
||||||
after_success: npm run-script build
|
- npm run-script build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $TOKEN
|
github-token: $TOKEN
|
||||||
|
|
|
@ -28,9 +28,3 @@ Run the watcher to compile while you code
|
||||||
```sh
|
```sh
|
||||||
gulp watch # or npm run-script watch
|
gulp watch # or npm run-script watch
|
||||||
```
|
```
|
||||||
|
|
||||||
Build before pushing to production
|
|
||||||
|
|
||||||
```sh
|
|
||||||
gulp # or npm run-script build
|
|
||||||
```
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue