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 87ac36f commit 47d0942Copy full SHA for 47d0942
scripts/publish/npm_prepare.sh
@@ -14,7 +14,6 @@ ROOT_DIR=$(cd $(dirname $0)/../..; pwd)
14
cd $ROOT_DIR
15
16
NPM_DIR=$ROOT_DIR/dist/npm
17
-rm -fr $NPM_DIR
18
FILES='!(test|e2e_test|docs)'
19
DTS_FILES='*.d.ts'
20
scripts/publish/npm_publish.sh
@@ -10,6 +10,7 @@ gulp clean
10
gulp benchpress.bundle bundles.js
11
12
13
+rm -fr $NPM_DIR
scripts/publish/npm_prepare.sh angular2
scripts/publish/npm_prepare.sh benchpress
0 commit comments