1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

fix: fix typo in package.json

This commit is contained in:
Shawn Allen 2019-02-04 14:03:04 -08:00
parent c726b59835
commit 41ed78b00a

View File

@ -35,7 +35,7 @@
"test-all-modules": "ava --verbose tests/test-*.js",
"now-build": "next build",
"now-start": "next start",
"prepublishOnly:" "script/prepublish",
"prepublishOnly": "script/prepublish",
"postpublish": "script/postpublish"
},
"devDependencies": {