Skip to content

Commit d59bdaa

Browse files
authored
Merge pull request #946 from mapbox/cw/restore-build-next
Restore the build:next npm command
2 parents 49508d0 + 6b8acee commit d59bdaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"test-browser": "browserify test/index.js | testling",
8888
"start": "concurrently --kill-others --names live-server rollup \"live-server --ignore=\"$PWD/src/**,$PWD/dist/**,$PWD/.git\"\" \"rollup -cw\" \"npx tailwindcss -i $PWD/src/css/tailwind_src.css -o $PWD/dist/css/tailwind_dist.css --watch\"",
8989
"build": "rimraf dist && npx tailwindcss -i ./src/css/tailwind_src.css -o ./dist/css/tailwind_dist.css && rollup -c",
90+
"build:next": "cd next && npm ci && npm run build",
9091
"serve": "cd dist && live-server"
9192
},
9293
"overrides": {

0 commit comments

Comments
 (0)