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 ec0bd3d commit 9af6d9bCopy full SHA for 9af6d9b
package.json
@@ -27,7 +27,8 @@
27
"start": "npx webpack --config webpack.config.js",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
"dev": "npx webpack --config webpack.config.js --watch",
30
- "docs": "node ./node_modules/@cocreate/docs/src/index.js"
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js",
31
+ "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
32
},
33
"repository": {
34
"type": "git",
@@ -47,6 +48,7 @@
47
48
"devDependencies": {
49
"@babel/core": "^7.9.6",
50
"@babel/preset-env": "^7.9.6",
51
+ "@cocreate/cli": "^1.29.3",
52
"babel-loader": "^8.1.0",
53
"clean-webpack-plugin": "^3.0.0",
54
"file-loader": "^6.2.0",
0 commit comments