Skip to content

Commit c9982ac

Browse files
committed
Remove build-website npm script
1 parent 85b8282 commit c9982ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build": "babel ./modules -d lib --ignore '__tests__'",
1414
"build-umd": "NODE_ENV=production webpack modules/index.js umd/ReactRouter.js",
1515
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js",
16-
"build-website": "scripts/build-website.sh",
1716
"start": "webpack-dev-server --config examples/webpack.config.js --content-base examples --inline",
1817
"test": "eslint modules && karma start",
1918
"lint": "eslint modules",

0 commit comments

Comments
 (0)