Skip to content

Commit ae18d5a

Browse files
committed
chore: change test to be nobuild by default and add test:build
1 parent 824d693 commit ae18d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"lint": "npx eslint .",
99
"lint:fix": "npx eslint . --fix",
1010
"build": "rm -rf dist && npx tsc",
11-
"test": "npm run build && node --test",
12-
"test:nobuild": "node --test",
13-
"prepublishOnly": "npm run lint:fix && npm run test"
11+
"test": "node --test",
12+
"test:build": "npm run build && node --test",
13+
"prepublishOnly": "npm run lint:fix && npm run test:build"
1414
},
1515
"author": "Alex Kovacs <[email protected]>",
1616
"homepage": "https://github.com/alexthemaster/sharex-server#readme",

0 commit comments

Comments
 (0)