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
+1 -1
View File
@@ -29,7 +29,7 @@ export default defineComponent({
methods: {
async greet() {
const { greet } = await wasm;
console.log(greet("Graphite"));
greet("Graphite");
},
},
});