Skip to content

Commit 94961d4

Browse files
authored
Merge pull request #440 from tailwindcss/remove-nodemon
Remove nodemon, add nsp check to test command
2 parents e1f3286 + 0511767 commit 94961d4

File tree

2 files changed

+154
-874
lines changed

2 files changed

+154
-874
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
"prebabelify": "rimraf lib",
2020
"babelify": "babel src --out-dir lib",
2121
"prepare": "npm run babelify && babel-node src/build.js",
22-
"watch": "nodemon -e js,css --watch src --exec 'babel-node src/build.js'",
2322
"style": "eslint .",
24-
"test": "jest && eslint ."
23+
"test": "jest && eslint . && nsp check"
2524
},
2625
"devDependencies": {
2726
"autoprefixer": "^7.1.6",
@@ -38,14 +37,14 @@
3837
"eslint-config-prettier": "^2.7.0",
3938
"eslint-plugin-prettier": "^2.3.1",
4039
"jest": "^20.0.4",
40+
"nsp": "^3.2.1",
4141
"prettier": "^1.7.4",
4242
"rimraf": "^2.6.1"
4343
},
4444
"dependencies": {
4545
"commander": "^2.11.0",
4646
"fs-extra": "^4.0.2",
4747
"lodash": "^4.17.4",
48-
"nodemon": "^1.11.0",
4948
"perfectionist": "^2.4.0",
5049
"postcss": "^6.0.9",
5150
"postcss-functions": "^3.0.0",

0 commit comments

Comments
 (0)