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

Commit 68b513e

Browse files
author
Walker
committed
Update scripts, remove autolinting before tests
1 parent 3ac3463 commit 68b513e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"type": "git",
1212
"url": "[email protected]:asset-pipe/asset-pipe-css-writer.git"
1313
},
14-
"keywords": [
15-
"css",
16-
"assets"
17-
],
14+
"keywords": ["css", "assets"],
1815
"contributors": [
1916
{
2017
"name": "Richard Walker",
@@ -38,12 +35,10 @@
3835
"prettier": "^1.7.4"
3936
},
4037
"scripts": {
41-
"format": "prettier --write --single-quote --tab-width=4 lib/**/*.js test/**/*.js",
38+
"format":
39+
"prettier --write --single-quote --tab-width=4 lib/**/*.js test/**/*.js",
4240
"lint": "eslint .",
43-
"pretest": "lint",
4441
"test": "jest"
4542
},
46-
"files": [
47-
"lib"
48-
]
43+
"files": ["lib"]
4944
}

0 commit comments

Comments
 (0)