Skip to content

Commit

Permalink
chore(www): Add clean command (#19642)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and sidharthachatterjee committed Nov 20, 2019
1 parent ed105ec commit 217a991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"scrapeStarters": "cd src/data/StarterShowcase && node scraper.js",
"stylelint": "stylelint './src/**/*.js'",
Expand Down

0 comments on commit 217a991

Please sign in to comment.