We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grunt
1 parent 6def4e7 commit bca6bd7Copy full SHA for bca6bd7
package.json
@@ -74,8 +74,8 @@
74
"test:browser": "grunt && grunt karma:main",
75
"test:esmodules": "grunt && grunt karma:esmodules",
76
"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",
+ "test:no-deprecated": "grunt && grunt custom:-deprecated && grunt karma:main",
+ "test:slim": "grunt && grunt custom:-ajax,-effects && grunt karma:main",
79
"test": "npm run test:slim && npm run test:no-deprecated && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
80
"jenkins": "npm run test:browserless"
81
},
0 commit comments