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

add build command for each app

This commit is contained in:
Frederik Ring 2019-05-27 15:12:37 +02:00
parent b2c1ad1e91
commit dff1a87a6c
2 changed files with 1 additions and 4 deletions

View File

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

View File

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