Skip to content

Commit

Permalink
updated to remove rm functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbmagic committed Sep 30, 2024
1 parent b822a25 commit d72cae0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 74 deletions.
Binary file modified .DS_Store
Binary file not shown.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Binary file modified jsDev.fmp12
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "parcel index.html --no-source-maps",
"reload": "node ./scripts/reload-dev",
"deploy-to-fm": "npm run clear-cache && npm run build && npm run upload",
"deploy-to-fm": "npm run build && npm run upload",
"build": "parcel build index.html",
"upload": "node ./scripts/upload",
"clear-cache": "rm -rf .parcel-cache dist",
Expand Down
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//Here we're importing items we'll need. You can add other imports here.

//The first function. Remove this.
const btn = document.querySelector("button");
btn.onclick = function () {
alert("You ran some JavaScript");
};
};

0 comments on commit d72cae0

Please sign in to comment.