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 6c162fd commit 1b0080eCopy full SHA for 1b0080e
package.json
@@ -15,7 +15,7 @@
15
"ng": "ng",
16
"start": "ng serve",
17
"build": "ng build",
18
- "build:prod": "ng build --project angular-stl-model-viewer --configuration production && cp ./README.md ./dist/angular-stl-model-viewer",
+ "build:prod": "ng build --project angular-stl-model-viewer --configuration production && cp ./README.md ./dist/angular-stl-model-viewer && cp ./LICENSE ./dist/angular-stl-model-viewer",
19
"build:deploy": "ng build --configuration production --project examples && gh-pages -d ./dist/examples/browser",
20
"test": "ng test --project angular-stl-model-viewer",
21
"lint": "ng lint"
0 commit comments