Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit fae6f32

Browse files
committed
quick clean ups
1 parent a4fc2b1 commit fae6f32

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nextjs-wordpress-starter",
33
"version": "1.0.0",
4-
"description": "Next.js WordPress starter.",
4+
"description": "Next.js WordPress Starter.",
55
"homepage": "https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/README.md",
66
"repository": {
77
"type": "git",
@@ -19,20 +19,18 @@
1919
"scripts": {
2020
"build": "next build",
2121
"build-storybook": "build-storybook",
22+
"chromatic": "npx chromatic --project-token zp8e8oo1lq",
2223
"clean": "rm -rf .next",
23-
"deploy prod": "vercel --prod",
24-
"deploy staging": "vercel",
2524
"dev": "yarn clean && next dev",
2625
"develop": "yarn dev",
2726
"export": "next export",
2827
"format": "npx prettier --config=prettier.config.js '**/*.{js,jsx,ts,tsx,md,html,css,scss,json}' --write || true",
2928
"lint": "yarn format && yarn lint:js && yarn lint:css",
3029
"lint:css": "npx stylelint --config=stylelint.config.js '**/*.css' --fix || true",
3130
"lint:js": "npx eslint --config=.eslintrc.js ./ --fix || true",
31+
"postbuild": "next-sitemap",
3232
"start": "next start",
33-
"storybook": "start-storybook -p 6006",
34-
"chromatic": "npx chromatic --project-token zp8e8oo1lq",
35-
"postbuild": "next-sitemap"
33+
"storybook": "start-storybook -p 6006"
3634
},
3735
"dependencies": {
3836
"next": "latest",

0 commit comments

Comments
 (0)