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.
1 parent 5e37db2 commit e7914a7Copy full SHA for e7914a7
.github/workflows/ContinuousIntegration.yaml
@@ -21,4 +21,4 @@ jobs:
21
- name: Install dependencies
22
run: npm ci
23
- name: Run tests
24
- run: node --run test
+ run: npx gulp test
package.json
@@ -49,8 +49,5 @@
49
},
50
"publishConfig": {
51
"access": "public"
52
- },
53
- "scripts": {
54
- "test": "gulp test"
55
}
56
0 commit comments