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 c8a3d5e commit 1303d1dCopy full SHA for 1303d1d
package.json
@@ -10,11 +10,10 @@
10
"url": "git+https://github.com/agviegas/web-ifc-viewer.git"
11
},
12
"scripts": {
13
- "init-repo": "npm run init-yarn && npm run build",
14
- "start": "cd examples/simple-html && npm run start",
15
- "init-yarn": "npm i yarn -g && yarn",
16
- "build": "cd viewer && npm run build && cd .. && cd examples/simple-html && npm run build",
17
- "publish-repo": "cd viewer && npm run build && npm publish"
+ "init-repo": "yarn && npm run build",
+ "start": "cd example && yarn start",
+ "build": "cd viewer && yarn build && cd ../example && yarn build",
+ "publish-repo": "cd viewer && yarn build && npm publish"
18
19
"bugs": {
20
"url": "https://github.com/agviegas/web-ifc-viewer/issues"
0 commit comments