Skip to content

Commit 1c542cf

Browse files
fix($Travis): remove command
1 parent 480b1db commit 1c542cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vue-cli-service build",
88
"test:unit": "vue-cli-service test:unit",
99
"lint": "vue-cli-service lint --ext .ts,.js,.vue src",
10-
"go:travis": "npm run clean && npm run lint && npm run test:unit && npm run build"
10+
"go:travis": "npm run lint && npm run test:unit && npm run build"
1111
},
1212
"dependencies": {
1313
"@mdi/font": "4.7.95",

0 commit comments

Comments
 (0)