Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit e590e92

Browse files
authored
Update package.json
1 parent 53aa0fa commit e590e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"scripts": {
33
"serve": "cross-env NODE_ENV=development concurrently \"postcss public/tailwind.css -o public/build/tailwind.css --watch\" \"live-server ./public\"",
44
"development": "cross-env NODE_ENV=development postcss public/tailwind.css -o public/build/tailwind.css",
5-
"production": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/build/tailwind.css"
5+
"production": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/build/tailwind.css",
6+
"start": "npm run serve"
67
},
78
"dependencies": {
89
"autoprefixer": "^9.5.1",

0 commit comments

Comments
 (0)