1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 06:18:01 +00:00

prepare → build

This commit is contained in:
Nebel 2022-09-16 21:34:33 +09:00 committed by GitHub
parent 6b62f80c9c
commit 330905f690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"prepare": "lezer-generator --noTerms --output syntax/quot.grammar.js syntax/quot.grammar", "build": "lezer-generator --noTerms --output syntax/quot.grammar.js syntax/quot.grammar",
"test": "tsc --noEmit", "test": "tsc --noEmit",
"start": "TS_NODE_DEV=true node -r esbuild-register main.ts" "start": "TS_NODE_DEV=true node -r esbuild-register main.ts"
}, },