Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pnlvfx committed Mar 2, 2024
1 parent 390cb27 commit a7c0873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.idea
dist
.DS_Store
coverage
coverage
.env
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"scripts": {
"generate:package.json": "tsx ./tools/generate-commonjs-package-json.ts dist/cjs/package.json",
"dev": "tsc -w & DISPLAY=:1 node --watch ./dist/esm/cli.js",
"dev": "tsc -w & node --env-file .env --watch ./dist/esm/cli.js",
"start": "node .",
"lint": "eslint ./src",
"build": "rimraf dist && npm run lint && npm run build:esm && npm run build:cjs && npm run generate:package.json",
Expand Down

0 comments on commit a7c0873

Please sign in to comment.