Skip to content

Commit 1c2f044

Browse files
change build and start npm scripts
1 parent c9bd6c3 commit 1c2f044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Webpack plugin to extract paths from React Router",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack-dev-server --config ./test/webpack.config.js",
8-
"build": "webpack --config ./test/webpack.config.js",
7+
"example": "webpack-dev-server --config ./test/webpack.config.js",
8+
"build:example": "webpack --config ./test/webpack.config.js",
99
"test": "standard && mocha --compilers js:babel-register"
1010
},
1111
"author": {

0 commit comments

Comments
 (0)