design system: changes build command

This commit is contained in:
@wwwjim 2020-07-02 01:32:24 -07:00
parent 9db2b4c084
commit 4af8cca5ba
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
"dev": "node . --unhandled-rejections=strict", "dev": "node . --unhandled-rejections=strict",
"build": "next build", "build": "next build",
"start": "NODE_ENV=production node . --unhandled-rejections=strict", "start": "NODE_ENV=production node . --unhandled-rejections=strict",
"build-component-library": "rollup -c" "build-system": "rollup -c"
}, },
"dependencies": { "dependencies": {
"@babel/preset-env": "^7.10.4", "@babel/preset-env": "^7.10.4",