Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fatihbalsoy/wp-material-design
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbalsoy committed Dec 23, 2023
2 parents 6dd3961 + ff75ed6 commit 20fc76f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .readme/lang/SETUP.tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ Windows kullanıcıları, Ubuntu için uyarlanmış adımları takip etme üzere
- `npm run dev`
- Üretim için build/ dizininde derleme yapın
- `npm run build`
- Her dile ayrı üretim için build/ dizininde derleme yapın
- `npm run build:lang`
- Geliştirme bayrağıyla build işlemi build/ dizininde oluştur
- `npm run build:dev`
- Mevcut yapı için SVN deposunda bir etiket oluştur
- `npm run svn:tag`
- SVN deposunu sıfırla
- `npm run svn:reset`

## wp-now

Expand Down
8 changes: 6 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ Windows users must setup Windows Subsystem for Linux to follow the steps tailore
- `npm run dev`
- Build for production in the build/ directory
- `npm run build`
- Build for production in each language in the build/ directory
- `npm run build:lang`
- Build with development flag in the build/ directory
- `npm run build:dev`
- Create a tag in the SVN repo for the current build
- `npm run svn:tag`
- Reset SVN repo
- `npm run svn:reset`

## wp-now

Expand Down

0 comments on commit 20fc76f

Please sign in to comment.