mirror of
https://github.com/filecoin-project/slate.git
synced 2025-01-03 06:40:31 +03:00
design system: changes build command
This commit is contained in:
parent
9db2b4c084
commit
4af8cca5ba
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user