Skip to content

Commit bca6bd7

Browse files
committed
Build: Run grunt before the custom task (some tests require it)
1 parent 6def4e7 commit bca6bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"test:browser": "grunt && grunt karma:main",
7575
"test:esmodules": "grunt && grunt karma:esmodules",
7676
"test:amd": "grunt && grunt karma:amd",
77-
"test:no-deprecated": "grunt custom:-deprecated && grunt karma:main",
78-
"test:slim": "grunt custom:-ajax,-effects && grunt karma:main",
77+
"test:no-deprecated": "grunt && grunt custom:-deprecated && grunt karma:main",
78+
"test:slim": "grunt && grunt custom:-ajax,-effects && grunt karma:main",
7979
"test": "npm run test:slim && npm run test:no-deprecated && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
8080
"jenkins": "npm run test:browserless"
8181
},

0 commit comments

Comments
 (0)