We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b97e3 commit d2d786dCopy full SHA for d2d786d
idom/client/app/package.json
@@ -12,14 +12,12 @@
12
"core_modules/*.js"
13
],
14
"scripts": {
15
- "it": "./node_modules/.bin/npx",
16
- "build": "npm run it -- snowpack && npm run it -- snowpack build",
17
- "format": "npm run it -- prettier --write ./core_modules"
+ "build": "npx snowpack build",
+ "format": "npx prettier --write ./core_modules"
18
},
19
"devDependencies": {
20
- "npx": "^10.2.2",
21
"prettier": "2.1.1",
22
- "snowpack": "^2.10.2"
+ "snowpack": "2.8.0"
23
24
"dependencies": {
25
"fast-json-patch": "^3.0.0-1",
0 commit comments