File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 109109 <goal >install-node-and-npm</goal >
110110 </goals >
111111 <!-- optional: default phase is "generate-resources" -->
112- <phase >generate-resources </phase >
112+ <phase >compile </phase >
113113 </execution >
114114 <execution >
115115 <id >npm version bump</id >
116116 <goals >
117117 <goal >npm</goal >
118118 </goals >
119+ <phase >compile</phase >
119120 <configuration >
120121 <arguments >version --no-git-tag-version --allow-same-version=true ${project.version} </arguments >
121122 </configuration >
125126 <goals >
126127 <goal >npm</goal >
127128 </goals >
129+ <phase >compile</phase >
128130 <!-- Optional configuration which provides for running any npm command -->
129131 <configuration >
130132 <arguments >ci</arguments >
135137 <goals >
136138 <goal >gulp</goal >
137139 </goals >
140+ <phase >compile</phase >
138141 </execution >
139142 <execution >
140143 <id >mocha tests</id >
You can’t perform that action at this time.
0 commit comments