Skip to content

Commit

Permalink
fix(logs): remove uncessary log for production
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Aug 6, 2023
1 parent c38cb05 commit 4d6bc6a
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 87 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"lint:fix": "eslint --ext .ts,.js,.json src/ --fix",
"build": "obsidian-plugin build src/main.ts -S src/styles.css ",
"dev:prod": "node dev.js --prod",
"dev": "node dev.js",
"dev:prod": "cross-env BUILD_ENV=development node dev.js --prod",
"dev": "cross-env BUILD_ENV=development node dev.js",
"preexport": "pnpm run build",
"export": "node export.js",
"bump": "node commit-and-tag-version.js",
Expand Down Expand Up @@ -35,6 +35,7 @@
"builtin-modules": "^3.3.0",
"commander": "^10.0.1",
"commit-and-tag-version": "latest",
"cross-env": "^7.0.3",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"dotenv": "^16.1.4",
Expand Down
Loading

0 comments on commit 4d6bc6a

Please sign in to comment.