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.
2 parents f5693c2 + 1cae7d6 commit b906482Copy full SHA for b906482
package.json
@@ -8,7 +8,8 @@
8
"build:lib": "ng build ngx-ui-loader && cp README.md CHANGELOG.md LICENSE ./dist/ngx-ui-loader/",
9
"test": "ng test ngx-ui-loader --code-coverage",
10
"lint": "ng lint",
11
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
12
+ "prepare": "npm run build"
13
},
14
"private": true,
15
"dependencies": {
0 commit comments