Skip to content

Commit

Permalink
🔧 (package) add nuxtjs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 15, 2021
1 parent 006fe2e commit 2d2d1e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
"generate": "nuxt generate --force-build docs",
"generate:nuxtjs": "nuxt generate --force-build nuxtjs.org",
"start": "nuxt start docs",
"start:nuxtjs": "nuxt start nuxtjs.org",
"play": "BUILD_ADMIN=true nuxt dev playground",
"lint": "eslint --ext .ts,.js,.vue .",
"prepare": "yarn link && yarn link docus",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && echo 'TODO tests'",
"clean:nuxt": "rm -rf .nuxt docs/.nuxt playground/.nuxt",
"clean:node_modules": "rm -rf node_modules docs/node_modules playground/node_modules",
"clean:dist": "rm -rf dist docs/dist playground/dist",
"clean:nuxt": "rm -rf .nuxt docs/.nuxt playground/.nuxt nuxtjs.org/.nuxt",
"clean:node_modules": "rm -rf node_modules docs/node_modules playground/node_modules nuxtjs.org/node_modules",
"clean:dist": "rm -rf dist docs/dist playground/dist nuxtjs.org/dist",
"clean": "yarn clean:nuxt & yarn clean:node_modules & yarn clean:dist"
},
"dependencies": {
Expand Down

0 comments on commit 2d2d1e1

Please sign in to comment.