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 e9fc987 commit 4a2ec28Copy full SHA for 4a2ec28
package.json
@@ -20,7 +20,9 @@
20
"vue"
21
],
22
"scripts": {
23
- "build": "vue-cli-service build --target lib --mode production ./src/index.ts",
+ "build": "npm run build-app && npm run build-sass",
24
+ "build-app": "vue-cli-service build --target lib --mode production ./src/index.ts",
25
+ "build-sass": "node-sass --output-style compressed src/components/tree-view.scss > dist/g8-vue-tree.css",
26
"docs": "vue-docgen",
27
"serve": "vue-cli-service serve",
28
"start": "npm run serve",
0 commit comments