2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Merge pull request #18 from offen/build-setup

Add build command for each app
This commit is contained in:
Frederik Ring 2019-05-27 18:08:06 +02:00 committed by GitHub
commit 62ffd65f08
2 changed files with 1 additions and 4 deletions

View File

@ -76,9 +76,6 @@ jobs:
- run:
name: Run tests
command: npm test
- run:
name: Bundle
command: NODE_ENV=production npm run build
auditorium:
docker:

View File

@ -10,6 +10,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[{*.js,*.yml,*.md,Gopkg.toml,package.json}]
[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html}]
indent_style = space
indent_size = 2