Skip to content

Commit

Permalink
Merge pull request #1125 from explorable-viz/MPhil-PartIII-projects
Browse files Browse the repository at this point in the history
Fix path to project file
  • Loading branch information
rolyp authored Sep 30, 2024
2 parents 01f1c8c + cc2b2c2 commit cb224b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"scripts": {
"clean-app": "rm -rf dist/app && mkdir -p dist/app && cp -r fluid dist/app && cp web/index.html dist/app && cp -r web/css dist/app && cp -r web/pdf dist/app && cp -r web/part-II-projects dist/app",
"clean-app": "rm -rf dist/app && mkdir -p dist/app && cp -r fluid dist/app && cp web/index.html dist/app && cp -r web/css dist/app && cp -r web/pdf dist/app && cp -r web/student-projects dist/app",
"build-app": "yarn clean-app && spago build --purs-args '--strict --censor-codes=UserDefinedWarning' && purs-backend-es bundle-app --main App --to dist/app/app.js",
"serve-app": "yarn build-app && npx http-serve dist/app -a 127.0.0.1 -c-1",
"clean-pldi2024": "rm -rf dist/pldi2024 && mkdir -p dist/pldi2024 && cp -r fluid dist/pldi2024 && cp web/pldi2024.html dist/pldi2024/index.html && cp -r web/css dist/pldi2024",
Expand Down
File renamed without changes.

0 comments on commit cb224b4

Please sign in to comment.