Skip to content

Commit

Permalink
fixed --amend
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Nov 10, 2019
1 parent 22dad99 commit ee49258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gatsby सीएलआई (`gatsby-cli`) को एक्ज़ीक्यूट

पूरी मदद के लिए `gatsby --help` चलाएँ।

आप इन आदेशों के `package.json` स्क्रिप्ट संस्करण का भी उपयोग कर सकते हैं, आमतौर पर _for you_ को अधिकांश [शुरुआत] (/docs/starters/) के साथ उजागर करते हैं। उदाहरण के लिए, यदि आप अपने आवेदन में [`gatsby develop`] (# develop) कमांड उपलब्ध कराना चाहते हैं, तो` package.json` खोलें और एक स्क्रिप्ट जोड़ें:
आप इन कमांड्स के `package.json` स्क्रिप्ट वैरिएंट्स का भी उपयोग कर सकते हैं, आमतौर पर ये _आपके लिए_ ज़्यादातर [starters](/docs/starters/) डॉक्स के साथ एक्सपोज्ड रहता है। उदाहरण के लिए, यदि आप अपने एप्लीकेशन में [`gatsby develop`](#develop) कमांड उपलब्ध कराना चाहते हैं, तो` package.json` खोलें और एक स्क्रिप्ट डालें:

```json:title=package.json
{
Expand Down

0 comments on commit ee49258

Please sign in to comment.