Skip to content

Commit 1f36077

Browse files
authored
Merge pull request #95 from kellyselden/windows
add Windows support to development
2 parents 946bb88 + 3976954 commit 1f36077

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "mocha",
8-
"build": "rm -rf dist && broccoli build dist",
8+
"prebuild": "rimraf dist",
9+
"build": "broccoli build dist",
910
"preversion": "npm test",
1011
"prepublish": "npm run build",
1112
"postinstall": "broccoli-module-alchemist-install",
@@ -51,6 +52,7 @@
5152
"fs-promise": "^0.5.0",
5253
"mocha": "^2.4.5",
5354
"mocha-jshint": "^2.3.1",
55+
"rimraf": "^2.5.4",
5456
"temp": "^0.8.3"
5557
}
5658
}

0 commit comments

Comments
 (0)