Skip to content

Commit

Permalink
🔧 [meta]: Use website instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Sep 19, 2023
1 parent 0590c8f commit 9df60c2
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
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"scripts": {
"test-all": "rm -rf output && yarn build-tests && yarn tests && yarn build-app-tests && yarn app-tests",
"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",
"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",
"build-app": "yarn clean-app && spago build --purs-args '--strict --censor-codes=UserDefinedWarning' && purs-backend-es bundle-app --main App.Main --to dist/app/app.js",
"serve-app": "yarn build-app && npx http-serve dist/app -a 127.0.0.1 -c-1",
"clean-tests": "rm -rf dist/tests && mkdir -p dist/tests && cp web/tests.html dist/tests",
Expand Down
Binary file added web/pdf/Turing.pdf
Binary file not shown.

0 comments on commit 9df60c2

Please sign in to comment.