Skip to content

Commit 1303d1d

Browse files
committed
Update package.json
Updating paths & setup commands
1 parent c8a3d5e commit 1303d1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
"url": "git+https://github.com/agviegas/web-ifc-viewer.git"
1111
},
1212
"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"
13+
"init-repo": "yarn && npm run build",
14+
"start": "cd example && yarn start",
15+
"build": "cd viewer && yarn build && cd ../example && yarn build",
16+
"publish-repo": "cd viewer && yarn build && npm publish"
1817
},
1918
"bugs": {
2019
"url": "https://github.com/agviegas/web-ifc-viewer/issues"

0 commit comments

Comments
 (0)