Skip to content

Commit

Permalink
Add no-op "wasm" scripts to avoid CI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jun 28, 2023
1 parent a3703cb commit 208d45a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"extractLocale": "babel --config-file ./babel-extract.config.js 'src/**/*.{js,jsx,ts,tsx}' > /dev/null",
"extractLocaleEn": "babel --config-file ./babel-extract-en.config.js 'src/**/*.{js,jsx,ts,tsx}' > /dev/null && node cleanupLocale.js",
"extractLocaleCMD": "babel --config-file ./babel-extract.config.js \"src/**/*.{js,jsx,ts,tsx}\" > NUL",
"cleanupLocale": "node cleanupLocale.js"
"cleanupLocale": "node cleanupLocale.js",
"wasm": ":",
"wasm-build-data": ":"
},
"resolutions": {
"@discretize/gw2-ui-new": "^0.1.2"
Expand Down

0 comments on commit 208d45a

Please sign in to comment.