We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16738e5 commit 8df042eCopy full SHA for 8df042e
1 file changed
package.json
@@ -32,7 +32,7 @@
32
"test:wpt": "tests/wpt-harness/build-wpt-runtime.sh && node ./tests/wpt-harness/run-wpt.mjs -vv",
33
"test:wpt:debug": "tests/wpt-harness/build-wpt-runtime.sh --debug-build && node ./tests/wpt-harness/run-wpt.mjs -vv",
34
"test:types": "tsd",
35
- "clean": "rm -f starling.wasm fastly.wasm fastly.debug.wasm fastly-weval.wasm fastly-ics.wevalcache fastly-js-compute-*.tgz",
+ "clean": "rm -f dist/ starling.wasm fastly.wasm fastly.debug.wasm fastly-weval.wasm fastly-ics.wevalcache fastly-js-compute-*.tgz",
36
"build": "npm run clean && npm run build:cli && npm run build:debug && npm run build:release && npm run build:weval",
37
"build:cli": "tsc",
38
"build:release": "./runtime/fastly/build-release.sh",
0 commit comments