Skip to content

Commit

Permalink
Remove "test" script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio authored Nov 24, 2023
1 parent 3468fa5 commit fdc5b85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && sass styles.scss styles.css",
"dev-style": "sass --watch styles.scss styles.css",
"build-style": "sass --watch styles.scss styles.css",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "mkdir -p ../../../../Math\\ Booster\\ Test/.obsidian/plugins/math-booster && cp main.js styles.css manifest.json ../../../../Math\\ Booster\\ Test/.obsidian/plugins/math-booster && rm ../../../../Math\\ Booster\\ Test/.obsidian/plugins/math-booster/data.json"
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "Ryota Ushio",
Expand Down

0 comments on commit fdc5b85

Please sign in to comment.