Skip to content

Commit 37ae3df

Browse files
author
Shaun Hare
committed
restoring liniting ion package json - removed in my local version
1 parent 615dfb0 commit 37ae3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"clean": "rimraf build",
1212
"lint": "tslint -c src/tslint.json -e \"src/**/*.d.ts\" \"src/**/*.ts\"",
13-
"prebuild": "npm run clean",
13+
"prebuild": "npm run lint && npm run clean",
1414
"build": "tsc -p src/",
1515
"start": "node .",
1616
"test": "mocha --timeout 5000 -R dot --require source-map-support/register --recursive build/test",

0 commit comments

Comments
 (0)