Commit c93fc525cacb600afd7f77279a0dac001ee272b3
Fixes export command
Rômulo Alves committed on 9/19/2018, 5:26:45 PMParent: 75915c9348244854047dbdd52beaac6c8c087cbb
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -17,9 +17,9 @@ | ||
17 | 17 … | "scripts": { |
18 | 18 … | "dev": "NODE_ENV=development node server.js", |
19 | 19 … | "start": "node server.js", |
20 | 20 … | "build": "next build", |
21 | - "export": "./node_modules/.bin/next build && ./node_modules/.bin/next export" | |
21 … | + "export": "next build && next export" | |
22 | 22 … | }, |
23 | 23 … | "now": { |
24 | 24 … | "name": "romuloalv.es", |
25 | 25 … | "type": "static", |
Built with git-ssb-web