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 b5388c1 commit 522c75bCopy full SHA for 522c75b
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"pretest": "npm run build",
11
"check": "flow check",
12
- "build:client":"babel src/plugins/client.js --out-file lib/plugins/client.js --presets=es2015 --plugins=transform-object-assign && cp lib/plugins/client.js dist/plugin.js",
+ "build:client":"babel src/plugins/client.js --out-file lib/plugins/client.js --presets=es2015 --plugins=transform-object-assign && mkdir dist; cp lib/plugins/client.js dist/plugin.js",
13
"build:server": "npm run check && rm -rf lib/* && flow-remove-types src/ -d lib/ --pretty && rm -f lib/type.js",
14
"build":"npm run build:client & npm run build:server",
15
"test": "nyc ava",
0 commit comments