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
parent 39286f8d78
commit 57540ed5ef
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");
},
},
});