Set CI environment variable to NODE_ENV=production during linting (#73)

This commit is contained in:
Keavon Chambers
2021-04-14 01:27:01 -07:00
committed by GitHub
parent e3be55d4e2
commit fcc4c1874b
4 changed files with 8 additions and 4 deletions

View File

@@ -328,7 +328,8 @@ export default defineComponent({
select_tool(toolName);
},
async viewModeChanged(toolIndex: number) {
console.log(`The view mode has been changed to index match the icon at index ${toolIndex}`);
function todo(_: number) { return _; }
todo(toolIndex);
},
},
mounted() {