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 c75f288 commit c2b50ebCopy full SHA for c2b50eb
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"start": "pbiviz start",
22
"test": "echo no tests",
23
"build:preview": "shx mv pbiviz.json pbiviz.bak.json && shx cp pbiviz_preview.json pbiviz.json && pbiviz package && shx mv dist/upSetJSVenn* dist/upsetjs_venn_preview.pbiviz && shx rm pbiviz.json && shx mv pbiviz.bak.json pbiviz.json",
24
- "build": "shx rm -rf dist && npm run build:preview && pbiviz package && shx cp dist/upSetJSVenn* dist/upsetjs_venn.pbiviz",
+ "build": "shx rm -rf dist && pbiviz package && shx cp dist/upSetJSVenn* dist/upsetjs_venn.pbiviz && npm run build:preview",
25
"lint": "npm run eslint && npm run prettier",
26
"fix": "npm run eslint:fix && npm run prettier:write",
27
"prettier:impl": "prettier --cache \"*\" \"*/**\"",
0 commit comments