We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e8d0f commit ac1b462Copy full SHA for ac1b462
build.sh
@@ -17,4 +17,4 @@ popd
17
cd ./example
18
echo `pwd`
19
yarn
20
-rm -rf ./.parcel-cache/ && rm -rf ./build/ && yarn parcel build index.html
+rm -rf ./.parcel-cache/ && rm -rf ./dist/ && yarn parcel build index.html
0 commit comments