1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

typo on line 7 (#3031)

bsb make world instead of nake world.
This commit is contained in:
Alain 2017-10-02 16:12:52 +02:00 committed by Tim Neutkens
parent 016920e3e0
commit df5b96adec

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"dev": "concurrently \"bsb --clean-world -make-world -w\" \"next -w\"", "dev": "concurrently \"bsb --clean-world -make-world -w\" \"next -w\"",
"build": "bsb -clean-world -make-world && next build", "build": "bsb -clean-world -make-world && next build",
"start": "bsb -clean-world -nake-world && next start -w" "start": "bsb -clean-world -make-world && next start -w"
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {