Skip to content

Commit 6a7f171

Browse files
committed
fix syntax err
1 parent bd15a5e commit 6a7f171

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
"transpile": "tsc",
1111
"bundle": "browserify -p [css-modulesify -o dist/bundle.css src/components/App.css] -o dist/bundle.js src/index.js",
1212
"build": "npm run clean && npm run dts && npm run copy && npm run transpile && npm run bundle",
13-
"deploy" "npm run build && gh-pages -d dist"
13+
"deploy": "npm run build && gh-pages -d dist"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)