Skip to content

Commit

Permalink
chore: update ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Aug 28, 2022
1 parent bbfb08f commit 6342211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.idea/
.idea/
dist/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"gen:parser": "syntax-cli --grammar src/parser/wuttyi-grammer.bnf --mode LALR1 --output src/parser/wuttyiParser.cjs",
"compile": " nexe -r src/**/* -i bin/wuttyi.js -o dist/wuttyi.exe -t x64-14.15.3",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
Expand Down

1 comment on commit 6342211

@vercel
Copy link

@vercel vercel bot commented on 6342211 Aug 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wuttyi-lang – ./

wuttyi.vercel.app
wuttyi-lang-git-main-amm834.vercel.app
wuttyi-lang-amm834.vercel.app

Please sign in to comment.