We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824d693 commit ae18d5aCopy full SHA for ae18d5a
package.json
@@ -8,9 +8,9 @@
8
"lint": "npx eslint .",
9
"lint:fix": "npx eslint . --fix",
10
"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"
+ "test": "node --test",
+ "test:build": "npm run build && node --test",
+ "prepublishOnly": "npm run lint:fix && npm run test:build"
14
},
15
"author": "Alex Kovacs <[email protected]>",
16
"homepage": "https://github.com/alexthemaster/sharex-server#readme",
0 commit comments