Skip to content

Commit b8b2233

Browse files
committed
Small scaffolding stability updates
1 parent bc1478b commit b8b2233

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/scaffold/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "scaffolded-by-the-nyco-patterns-cli",
33
"version": "0.0.0-1",
4-
"description": "This project was scaffolded using the NYCO Patterns CLI.",
4+
"description": "This project was scaffolded using the NYCO Patterns CLI",
55
"scripts": {
66
"start": "cross-env NODE_ENV=development concurrently \"pttrn -w\" \"pttrn serve -w\" -p \"none\"",
7+
"build": "cross-env NODE_ENV=development pttrn",
78
"version": "npm run default && git add .",
89
"prepublishOnly": "git push && git push --tags",
910
"publish": "cross-env NODE_ENV=production pttrn publish",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"js-beautify": "^1.14.0",
2424
"json-to-scss": "^1.3.1",
2525
"marked": "^4.0.1",
26-
"pa11y": "^6.1.0",
26+
"pa11y": "6.1.0",
2727
"postcss": "^8.3.11",
2828
"postcss-scss": "^4.0.2",
2929
"reload": "^3.2.0",

0 commit comments

Comments
 (0)