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

Commit 0fdd08d

Browse files
committed
Add cross-env
1 parent 3838dc0 commit 0fdd08d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"scripts": {
3-
"serve": "NODE_ENV=development concurrently \"postcss tailwind.css -o dist/tailwind.css --watch\" \"live-server .\"",
4-
"development": "NODE_ENV=development postcss tailwind.css -o dist/tailwind.css",
5-
"production": "NODE_ENV=production postcss tailwind.css -o dist/tailwind.css"
3+
"serve": "cross-env NODE_ENV=development concurrently \"postcss tailwind.css -o dist/tailwind.css --watch\" \"live-server .\"",
4+
"development": "cross-env NODE_ENV=development postcss tailwind.css -o dist/tailwind.css",
5+
"production": "cross-env NODE_ENV=production postcss tailwind.css -o dist/tailwind.css"
66
},
77
"dependencies": {
88
"autoprefixer": "^9.5.1",
@@ -11,6 +11,7 @@
1111
"devDependencies": {
1212
"@fullhuman/postcss-purgecss": "^1.2.0",
1313
"concurrently": "^4.1.0",
14+
"cross-env": "^5.2.0",
1415
"cssnano": "^4.1.10",
1516
"live-server": "^1.2.1",
1617
"postcss-cli": "^6.1.2"

0 commit comments

Comments
 (0)