Skip to content

Commit 1b0080e

Browse files
chore: publish LICENSE in release
1 parent 6c162fd commit 1b0080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ng": "ng",
1616
"start": "ng serve",
1717
"build": "ng build",
18-
"build:prod": "ng build --project angular-stl-model-viewer --configuration production && cp ./README.md ./dist/angular-stl-model-viewer",
18+
"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",
1919
"build:deploy": "ng build --configuration production --project examples && gh-pages -d ./dist/examples/browser",
2020
"test": "ng test --project angular-stl-model-viewer",
2121
"lint": "ng lint"

0 commit comments

Comments
 (0)