1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 15:16:03 +03:00

copy files in prepare and predev

This commit is contained in:
Shawn Allen 2018-11-29 16:30:19 -08:00
parent 4581d90c4e
commit 13f9efdb64

View File

@ -1,9 +1,9 @@
{
"private": true,
"scripts": {
"pretest": "npm run copy",
"prepare": "npm run copy",
"test": "./test.sh",
"prestart": "npm run copy",
"predev": "npm run copy",
"dev": "next",
"copy": "node copy.js",
"build": "next build",