Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit f4330f3

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
prepare release 2.5.4
1 parent 9dfccb8 commit f4330f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",
@@ -18,7 +18,8 @@
1818
"build:with-e2e": "npm-run-all build cypress:ci:mochawesome",
1919
"build:gh-demo": "npm run build",
2020
"postbuild:gh-demo": "npm-run-all del-demo:dist copy-demo:dist",
21-
"build:gh-demo:with-e2e": "npm run build:gh-demo cypress:ci:mochawesome",
21+
"build:gh-demo:with-e2e": "npm run build:gh-demo",
22+
"postbuild:gh-demo:with-e2e": "npm run cypress:ci:mochawesome",
2223
"delete:dist": "cross-env rimraf dist",
2324
"cypress:ci:mochawesome": "node cypress-mochawesome.js",
2425
"cypress:ci:xml": "node node_modules/cypress/bin/cypress run --reporter xunit --reporter-options output=testresult.xml",

0 commit comments

Comments
 (0)