mirror of
https://github.com/offen/website.git
synced 2024-11-24 18:00:27 +01:00
add build command for each app
This commit is contained in:
parent
b2c1ad1e91
commit
dff1a87a6c
@ -76,9 +76,6 @@ jobs:
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm test
|
||||
- run:
|
||||
name: Bundle
|
||||
command: NODE_ENV=production npm run build
|
||||
|
||||
auditorium:
|
||||
docker:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user