pull/669/head
Cory LaViska 2022-02-11 08:00:09 -05:00
rodzic 461c7099ed
commit 5641ba4a14
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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",