@igniteui/angular-templates 19.2.1443 → 19.2.1444-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,23 @@
1
+ name: Azure CI
2
+
3
+ trigger:
4
+ branches:
5
+ include: [ <%=yamlDefaultBranch%> ]
6
+
7
+ pr:
8
+ branches:
9
+ include: [ <%=yamlDefaultBranch%> ]
10
+
11
+ pool:
12
+ vmImage: 'ubuntu-latest'
13
+
14
+ steps:
15
+ - script: npm i # replace with 'npm ci' after committing lock file from first install
16
+ displayName: 'Install dependencies'
17
+ - script: npm run lint
18
+ displayName: 'Run linter'
19
+ continueOnError: true
20
+ - script: npm run build
21
+ displayName: 'Build the project'
22
+ - script: npm run test -- --watch=false --browsers ChromeHeadless
23
+ displayName: 'Run tests'
@@ -0,0 +1,23 @@
1
+ name: Azure CI
2
+
3
+ trigger:
4
+ branches:
5
+ include: [ <%=yamlDefaultBranch%> ]
6
+
7
+ pr:
8
+ branches:
9
+ include: [ <%=yamlDefaultBranch%> ]
10
+
11
+ pool:
12
+ vmImage: 'ubuntu-latest'
13
+
14
+ steps:
15
+ - script: npm i # replace with 'npm ci' after committing lock file from first install
16
+ displayName: 'Install dependencies'
17
+ - script: npm run lint
18
+ displayName: 'Run linter'
19
+ continueOnError: true
20
+ - script: npm run build
21
+ displayName: 'Build the project'
22
+ - script: npm run test -- --watch=false --browsers ChromeHeadless
23
+ displayName: 'Run tests'
@@ -0,0 +1,23 @@
1
+ name: Azure CI
2
+
3
+ trigger:
4
+ branches:
5
+ include: [ <%=yamlDefaultBranch%> ]
6
+
7
+ pr:
8
+ branches:
9
+ include: [ <%=yamlDefaultBranch%> ]
10
+
11
+ pool:
12
+ vmImage: 'ubuntu-latest'
13
+
14
+ steps:
15
+ - script: npm i # replace with 'npm ci' after committing lock file from first install
16
+ displayName: 'Install dependencies'
17
+ - script: npm run lint
18
+ displayName: 'Run linter'
19
+ continueOnError: true
20
+ - script: npm run build
21
+ displayName: 'Build the project'
22
+ - script: npm run test -- --watch=false --browsers ChromeHeadless
23
+ displayName: 'Run tests'
@@ -0,0 +1,23 @@
1
+ name: Azure CI
2
+
3
+ trigger:
4
+ branches:
5
+ include: [ <%=yamlDefaultBranch%> ]
6
+
7
+ pr:
8
+ branches:
9
+ include: [ <%=yamlDefaultBranch%> ]
10
+
11
+ pool:
12
+ vmImage: 'ubuntu-latest'
13
+
14
+ steps:
15
+ - script: npm i # replace with 'npm ci' after committing lock file from first install
16
+ displayName: 'Install dependencies'
17
+ - script: npm run lint
18
+ displayName: 'Run linter'
19
+ continueOnError: true
20
+ - script: npm run build
21
+ displayName: 'Build the project'
22
+ - script: npm run test -- --watch=false --browsers ChromeHeadless
23
+ displayName: 'Run tests'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "19.2.1443",
3
+ "version": "19.2.1444-beta.0",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.4.3",
15
+ "@igniteui/cli-core": "~14.4.4-beta.0",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }