Skip to content

Commit c628da6

Browse files
committed
Add back npm setup for Netlify CI
1 parent 1566e42 commit c628da6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"scripts": {
1717
"start": "vite",
18-
"build": "vite build"
18+
"build": "vite build",
19+
"setup": "echo 'Setup is no longer necessary in this version, skipping...'"
1920
},
2021
"browserslist": {
2122
"production": [

0 commit comments

Comments
 (0)