Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Oct 18, 2023
2 parents 18d0ef9 + 61f395d commit c5bad25
Show file tree
Hide file tree
Showing 36 changed files with 1,961 additions and 3,054 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ env:

jobs:
publish:
runs-on: self-hosted
runs-on: [self-hosted, common]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'

check-latest: true
- run: npm install -g npm@latest
- run: npm ci

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
dev/
dist/
node_modules/
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ const app = createApp()
It is also possible to provide your own translations for i18n by removing
`i18nPlugin` from plugin config and adding translation keys from
[`src/i18n/lang/fr.js`](./src/i18n/lang/fr.json) to the translation files of your app.

## Build

```bash
npm run build
```
33 changes: 0 additions & 33 deletions build.config.js

This file was deleted.

Loading

0 comments on commit c5bad25

Please sign in to comment.