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 2877cc9 commit 8b973fbCopy full SHA for 8b973fb
package.json
@@ -6,11 +6,12 @@
6
"repository": "https://github.com/jethrokuan/sharedb-ace",
7
"author": "Jethro Kuan",
8
"files": [
9
- "dist"
+ "dist", "distribution"
10
],
11
"license": "MIT",
12
"scripts": {
13
- "build": "babel source --presets babel-preset-latest --out-dir distribution",
+ "build": "npm run build:npm && npm run build:dist",
14
+ "build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
15
"build:dist": "webpack",
16
"watch": "yarn run build",
17
"test": "echo 'doing nothing'",
0 commit comments