Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 45abd7a

Browse files
author
Claudio Ludovico Panetta
committed
Remove the build script from package.json
It seems that this script is having some problems I'll investigate.
1 parent 1987a8f commit 45abd7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
],
1616
"main": "src/carousel.js",
1717
"scripts": {
18-
"dev": "webpack-dev-server --open --inline --hot",
19-
"build": "webpack --progress"
18+
"dev": "webpack-dev-server --open --inline --hot"
2019
},
2120
"repository": {
2221
"type": "git",

0 commit comments

Comments
 (0)