Skip to content

Commit b3ddad7

Browse files
committed
ENH: next export -> next build
1 parent 92cb70d commit b3ddad7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bids-validator-web/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// next.config.js
22

33
module.exports = {
4+
output: 'export',
45
transpilePackages: ['bids-validator'],
56
assetPrefix: './',
67
webpack: (config, {}) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"web-dev": "cd bids-validator-web && npm run dev",
1515
"web-build": "cd bids-validator-web && npm run build",
1616
"web-start": "cd bids-validator-web && npm run build && npm start",
17-
"web-export": "npm run web-build && cd bids-validator-web && next export"
17+
"web-export": "npm run web-build && cd bids-validator-web && next build"
1818
},
1919
"jest": {
2020
"testEnvironment": "node",

0 commit comments

Comments
 (0)