Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit a94b6b9

Browse files
fix(build): remove build files from tests
1 parent 3e4bafb commit a94b6b9

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
@@ -9,7 +9,7 @@
99
"commit": "npm run prepublish && npm test && git-cz",
1010
"prepublish": "ngc && npm run build",
1111
"build": "webpack && cp bundles/angularfire2-offline.umd.js bundles/index.js",
12-
"clean": "rimraf index.js ./*{.d.ts,offline.js,.metadata.json} ./src/**/*.{d.ts,js,metadata.json}",
12+
"clean": "rimraf index.js ./*{.d.ts,offline.js,.metadata.json} ./{src,tests}/**/*.{d.ts,js,metadata.json}",
1313
"semantic-release": "semantic-release pre && npm publish --tag=next && semantic-release post"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)