We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15a5e commit 6a7f171Copy full SHA for 6a7f171
package.json
@@ -10,7 +10,7 @@
10
"transpile": "tsc",
11
"bundle": "browserify -p [css-modulesify -o dist/bundle.css src/components/App.css] -o dist/bundle.js src/index.js",
12
"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"
+ "deploy": "npm run build && gh-pages -d dist"
14
},
15
"repository": {
16
"type": "git",
0 commit comments