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 343d30d commit ed74f9aCopy full SHA for ed74f9a
package.json
@@ -7,9 +7,9 @@
7
"test": "mocha",
8
"build": "browserify -t [ babelify --presets [ react ] ] ./demo/main.js -o ./demo/bundle.js && cp ./node_modules/draft-js/dist/Draft.css ./demo/draft.css",
9
"deploy": "npm run build && gh-pages -d ./demo",
10
- "watch": "watch 'npm run build' ./",
+ "watch": "watch 'npm run build' lib/",
11
"serve": "http-server -p 9090 demo/",
12
- "start": "npm run build && npm run serve -s"
+ "start": "npm run build && parallelshell 'npm run serve -s' 'npm run watch'"
13
},
14
"repository": {
15
"type": "git",
0 commit comments