mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
14 lines
65 B
Markdown
14 lines
65 B
Markdown
|
|
|
|
# Build
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
# Watch
|
|
|
|
```
|
|
npm run watch
|
|
```
|
|
|