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

add "fresh" npm script for fresh installs

This commit is contained in:
Shawn Allen 2019-02-28 14:49:14 -08:00
parent eac30bee81
commit 214739fd0e

View File

@ -22,6 +22,7 @@
"primer-migrate": "bin/primer-migrate"
},
"scripts": {
"fresh": "rm -rf node_modules; npm install",
"dist": "script/dist",
"build-storybook": "build-storybook -o build",
"check-links": "script/check-links http://localhost:3000/css -v",