We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2741e43 commit 06f33feCopy full SHA for 06f33fe
src/gitattributes.csproj
@@ -15,8 +15,8 @@
15
</ItemGroup>
16
17
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
18
- <Exec Command="npm ci" />
19
- <Exec Command="npm run build" />
+ <Exec Command="npm install" />
+ <Exec Command="gulp build" />
20
</Target>
21
22
<ItemGroup>
src/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"private": true,
5
"engines": {
6
- "node": ">=12"
+ "node": ">=10"
7
},
8
"devDependencies": {
9
"del": "^4.1.1",
0 commit comments