Skip to content

Commit a18fc63

Browse files
committed
chore: add npm build script
1 parent 9a5025c commit a18fc63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist
12
node_modules
23
wokwi.toml
34
*.bin

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"build": "tsc",
78
"start": "ts-node src/main.ts",
89
"lint": "eslint ./src",
910
"test": "npm run lint",

0 commit comments

Comments
 (0)