mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
chore(starters): unify npm scripts in starters (#11285)
This commit is contained in:
@@ -48,7 +48,6 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
|
||||
├── node_modules
|
||||
├── src
|
||||
├── .gitignore
|
||||
├── .prettierrc
|
||||
├── gatsby-browser.js
|
||||
├── gatsby-config.js
|
||||
├── gatsby-node.js
|
||||
|
||||
+1
-1
@@ -5,9 +5,9 @@
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "gatsby build",
|
||||
"develop": "gatsby develop",
|
||||
"start": "npm run develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve",
|
||||
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user