1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00

update run-scripts for now

This commit is contained in:
Shawn Allen 2018-11-29 16:07:51 -08:00
parent 944fa063ed
commit 443962f1ac

View File

@ -4,10 +4,10 @@
"pretest": "npm run copy",
"test": "./test.sh",
"prestart": "npm run copy",
"start": "next dev",
"dev": "next",
"copy": "node copy.js",
"now-build": "next build",
"now-start": "next"
"build": "next build",
"start": "next start"
},
"dependencies": {
"@primer/components": "^7.0.0-beta",