Skip to content

Commit

Permalink
Hardcode Revive
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 22, 2024
1 parent e7ad234 commit d19d236
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 6,107 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dist"
],
"scripts": {
"build": "tsc && cp src/resolc.{wasm,js} dist/",
"build": "tsc && cp src/resolc.{wasm,js} dist/ && cp src/worker.js dist/",
"lint": "npx eslint 'src/**/*.{cjs,js,ts}' && npx prettier --check '**/*.{ts,json,yml,md}'",
"lint:fix": "npx prettier --write '**/*.{ts,json,yml,md}'",
"test": "npm run build && node ./dist/index.test.js",
"download:revive": "curl -L -o ./src/resolc.wasm https://github.com/smiasojed/revive/releases/download/0.0.1/resolc.wasm && curl -L -o ./src/resolc.js https://github.com/smiasojed/revive/releases/download/0.0.1/resolc.js"
"download:revive": "echo 'TODO: Download Revive release from github'"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
Expand Down
Loading

0 comments on commit d19d236

Please sign in to comment.