mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 13:28:11 +08:00
Set CI environment variable to NODE_ENV=production during linting (#73)
This commit is contained in:
@@ -29,7 +29,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
async greet() {
|
||||
const { greet } = await wasm;
|
||||
console.log(greet("Graphite"));
|
||||
greet("Graphite");
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user