1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

derp, add prepare run-script to docs/package.json

This commit is contained in:
Shawn Allen 2018-12-07 14:34:11 -08:00
parent ff8d0cbbce
commit 384b6f42c6

View File

@ -2,6 +2,7 @@
"private": true,
"name": "@primer/css-docs",
"scripts": {
"prepare": "npm run sync",
"lint": "eslint pages src",
"test": "./test.sh",
"sync": "script/sync",