This website works better with JavaScript.
Home
Explore
Help
Sign In
neko
/
www
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove dist folder before building
master
neko
3 weeks ago
parent
9e90eb27ba
commit
419370d65b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@ -12,6 +12,6 @@
}
,
"scripts"
:
{
"start"
:
"eleventy --serve"
,
"build"
:
"eleventy"
"build"
:
"
rm -rf ./dist &&
eleventy"
}
}
Write
Preview
Loading…
Cancel
Save