update scripts

This commit is contained in:
Cory LaViska
2022-02-11 08:00:09 -05:00
parent 461c7099ed
commit 5641ba4a14

View File

@@ -32,7 +32,7 @@
"scripts": {
"start": "node scripts/build.js --bundle --serve",
"build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"",
"verify": "npm run prettier:check && npm run lint && npm run ts-check && npm run test && npm run build",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"prepublishOnly": "npm run verify",
"prettier": "prettier --write --loglevel warn .",
"prettier:check": "prettier --check --loglevel warn .",
@@ -40,7 +40,7 @@
"lint:fix": "npm run lint -- --fix",
"ts-check": "tsc --noEmit --project ./tsconfig.json",
"create": "plop --plopfile scripts/plop/plopfile.js",
"test": "node scripts/build.js --bundle && web-test-runner",
"test": "web-test-runner",
"test:watch": "web-test-runner --watch",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",